Color Hex Logo

#bbb638 Color Hex

#BBB638
(187,182,56)
0 Favorites   0 Comments

Color spaces of #bbb638

RGB 18718256
HSL0.160.540.48
HSV58°70°73°
CMYK 0.000.030.70   0.27
XYZ37.935344.306210.2939
Yxy44.30620.41000.4788
Hunter Lab66.5629-14.755037.4249
CIE-Lab72.4327-13.042161.3593

#bbb638 color RGB value is (187,182,56).

#bbb638 hex color red value is 187, green value is 182 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bbb638 hue: 0.16 , saturation: 0.54 and the lightness value of bbb638 is 0.48.

The process color (four color CMYK) of #bbb638 color hex is 0.00, 0.03, 0.70, 0.27. Web safe color of #bbb638 is #cccc33. Color #bbb638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00111000
Octal 273 266 70
Decimal 187 182 56
Hex BB B6 38

RGB Percentages of Color #bbb638

%44.00
%42.82
%13.18

CMYK Percentages of Color #bbb638

%0
%3
%70
%27

Triadic Colors of #bbb638

#bbb638 #38bbb6 #b638bb

Analogous Colors of #bbb638

#bbb638 #7fbb38 #bb7538

Monochromatic Colors of #bbb638

#bbb638

Complementary Color

#bbb638 #383dbb

#bbb638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb638 Color CSS Codes

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

#bbb638 Text Font Color

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

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


#bbb638 Background Color

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

This div background color is #bbb638


#bbb638 Border Color

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

This div border color is #bbb638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb638


Comments

No comments written yet.

Please login to write comment.