Color Hex Logo

#bba212 Color Hex

#BBA212
(187,162,18)
0 Favorites   0 Comments

Color spaces of #bba212

RGB 18716218
HSL0.140.820.40
HSV51°90°73°
CMYK 0.000.130.90   0.27
XYZ33.523036.44915.8408
Yxy36.44910.44220.4808
Hunter Lab60.3731-6.538336.5251
CIE-Lab66.8617-3.893967.4367

#bba212 color RGB value is (187,162,18).

#bba212 hex color red value is 187, green value is 162 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bba212 hue: 0.14 , saturation: 0.82 and the lightness value of bba212 is 0.40.

The process color (four color CMYK) of #bba212 color hex is 0.00, 0.13, 0.90, 0.27. Web safe color of #bba212 is #cc9900. Color #bba212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00010010
Octal 273 242 22
Decimal 187 162 18
Hex BB A2 12

RGB Percentages of Color #bba212

%50.95
%44.14
%4.90

CMYK Percentages of Color #bba212

%0
%13
%90
%27

Triadic Colors of #bba212

#bba212 #12bba2 #a212bb

Analogous Colors of #bba212

#bba212 #80bb12 #bb4e12

Monochromatic Colors of #bba212

#bba212

Complementary Color

#bba212 #122bbb

#bba212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba212 Color CSS Codes

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

#bba212 Text Font Color

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

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


#bba212 Background Color

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

This div background color is #bba212


#bba212 Border Color

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

This div border color is #bba212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba212


Comments

No comments written yet.

Please login to write comment.