Color Hex Logo

#bba432 Color Hex

#BBA432
(187,164,50)
0 Favorites   0 Comments

Color spaces of #bba432

RGB 18716450
HSL0.140.580.46
HSV50°73°73°
CMYK 0.000.120.73   0.27
XYZ34.344737.34608.4160
Yxy37.34600.42870.4662
Hunter Lab61.1114-6.627634.6128
CIE-Lab67.5358-3.936658.8327

#bba432 color RGB value is (187,164,50).

#bba432 hex color red value is 187, green value is 164 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bba432 hue: 0.14 , saturation: 0.58 and the lightness value of bba432 is 0.46.

The process color (four color CMYK) of #bba432 color hex is 0.00, 0.12, 0.73, 0.27. Web safe color of #bba432 is #cc9933. Color #bba432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00110010
Octal 273 244 62
Decimal 187 164 50
Hex BB A4 32

RGB Percentages of Color #bba432

%46.63
%40.90
%12.47

CMYK Percentages of Color #bba432

%0
%12
%73
%27

Triadic Colors of #bba432

#bba432 #32bba4 #a432bb

Analogous Colors of #bba432

#bba432 #8ebb32 #bb6032

Monochromatic Colors of #bba432

#bba432

Complementary Color

#bba432 #3249bb

#bba432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba432 Color CSS Codes

.mybgcolor {background-color:#bba432; } 
.myforecolor {color:#bba432; }
.mybordercolor {border:3px solid #bba432; }

#bba432 Text Font Color

<p style="color:#bba432">Text here</p>

This sample text font color is #bba432
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bba432 Background Color

<div style="background-color:#bba432">
Div content here</div>

This div background color is #bba432


#bba432 Border Color

<div style="border:3px solid #bba432">
Div here</div>

This div border color is #bba432


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,164,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba432; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba432;
  -webkit-box-shadow: 1px 1px 3px 2px #bba432;
  box-shadow:         1px 1px 3px 2px #bba432; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,164,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bba432">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bba432;
  -webkit-box-shadow: 1px 1px 3px 2px #bba432;
  box-shadow:         1px 1px 3px 2px #bba432;">
Div content here</div>

This div box has shadow with color #bba432


Comments

No comments written yet.

Please login to write comment.