Color Hex Logo

#bba143 Color Hex

#BBA143
(187,161,67)
0 Favorites   0 Comments

Color spaces of #bba143

RGB 18716167
HSL0.130.470.50
HSV47°64°73°
CMYK 0.000.140.64   0.27
XYZ34.251536.459810.5424
Yxy36.45980.42150.4487
Hunter Lab60.3820-4.414831.9156
CIE-Lab66.8698-1.388151.0407

#bba143 color RGB value is (187,161,67).

#bba143 hex color red value is 187, green value is 161 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bba143 hue: 0.13 , saturation: 0.47 and the lightness value of bba143 is 0.50.

The process color (four color CMYK) of #bba143 color hex is 0.00, 0.14, 0.64, 0.27. Web safe color of #bba143 is #cc9933. Color #bba143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01000011
Octal 273 241 103
Decimal 187 161 67
Hex BB A1 43

RGB Percentages of Color #bba143

%45.06
%38.80
%16.14

CMYK Percentages of Color #bba143

%0
%14
%64
%27

Triadic Colors of #bba143

#bba143 #43bba1 #a143bb

Analogous Colors of #bba143

#bba143 #99bb43 #bb6543

Monochromatic Colors of #bba143

#bba143

Complementary Color

#bba143 #435dbb

#bba143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba143 Color CSS Codes

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

#bba143 Text Font Color

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

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


#bba143 Background Color

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

This div background color is #bba143


#bba143 Border Color

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

This div border color is #bba143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba143


Comments

No comments written yet.

Please login to write comment.