Color Hex Logo

#bba635 Color Hex

#BBA635
(187,166,53)
0 Favorites   0 Comments

Color spaces of #bba635

RGB 18716653
HSL0.140.560.47
HSV51°72°73°
CMYK 0.000.110.72   0.27
XYZ34.772338.09438.8884
Yxy38.09430.42530.4660
Hunter Lab61.7206-7.447234.6660
CIE-Lab68.0901-4.853758.2232

#bba635 color RGB value is (187,166,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00110101
Octal 273 246 65
Decimal 187 166 53
Hex BB A6 35

RGB Percentages of Color #bba635

%46.06
%40.89
%13.05

CMYK Percentages of Color #bba635

%0
%11
%72
%27

Triadic Colors of #bba635

#bba635 #35bba6 #a635bb

Analogous Colors of #bba635

#bba635 #8dbb35 #bb6335

Monochromatic Colors of #bba635

#bba635

Complementary Color

#bba635 #354abb

#bba635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba635 Color CSS Codes

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

#bba635 Text Font Color

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

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


#bba635 Background Color

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

This div background color is #bba635


#bba635 Border Color

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

This div border color is #bba635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba635


Comments

No comments written yet.

Please login to write comment.