Color Hex Logo

#bba638 Color Hex

#BBA638
(187,166,56)
0 Favorites   0 Comments

Color spaces of #bba638

RGB 18716656
HSL0.140.540.48
HSV50°70°73°
CMYK 0.000.110.70   0.27
XYZ34.843538.12289.2634
Yxy38.12280.42370.4636
Hunter Lab61.7437-7.319434.3253
CIE-Lab68.1110-4.700257.0560

#bba638 color RGB value is (187,166,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00111000
Octal 273 246 70
Decimal 187 166 56
Hex BB A6 38

RGB Percentages of Color #bba638

%45.72
%40.59
%13.69

CMYK Percentages of Color #bba638

%0
%11
%70
%27

Triadic Colors of #bba638

#bba638 #38bba6 #a638bb

Analogous Colors of #bba638

#bba638 #8fbb38 #bb6538

Monochromatic Colors of #bba638

#bba638

Complementary Color

#bba638 #384dbb

#bba638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba638 Color CSS Codes

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

#bba638 Text Font Color

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

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


#bba638 Background Color

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

This div background color is #bba638


#bba638 Border Color

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

This div border color is #bba638


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,166,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 #bba638">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba638


Comments

No comments written yet.

Please login to write comment.