Color Hex Logo

#bba439 Color Hex

#BBA439
(187,164,57)
0 Favorites   0 Comments

Color spaces of #bba439

RGB 18716457
HSL0.140.530.48
HSV49°70°73°
CMYK 0.000.120.70   0.27
XYZ34.507537.41119.2732
Yxy37.41110.42500.4608
Hunter Lab61.1646-6.333033.8262
CIE-Lab67.5843-3.583956.1169

#bba439 color RGB value is (187,164,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00111001
Octal 273 244 71
Decimal 187 164 57
Hex BB A4 39

RGB Percentages of Color #bba439

%45.83
%40.20
%13.97

CMYK Percentages of Color #bba439

%0
%12
%70
%27

Triadic Colors of #bba439

#bba439 #39bba4 #a439bb

Analogous Colors of #bba439

#bba439 #91bb39 #bb6339

Monochromatic Colors of #bba439

#bba439

Complementary Color

#bba439 #3950bb

#bba439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba439 Color CSS Codes

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

#bba439 Text Font Color

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

This sample text font color is #bba439
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.


#bba439 Background Color

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

This div background color is #bba439


#bba439 Border Color

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

This div border color is #bba439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba439


Comments

No comments written yet.

Please login to write comment.