Color Hex Logo

#bba325 Color Hex

#BBA325
(187,163,37)
0 Favorites   0 Comments

Color spaces of #bba325

RGB 18716337
HSL0.140.670.44
HSV50°80°73°
CMYK 0.000.130.80   0.27
XYZ33.924636.89287.0833
Yxy36.89280.43550.4736
Hunter Lab60.7394-6.597035.6033
CIE-Lab67.1965-3.932263.0054

#bba325 color RGB value is (187,163,37).

#bba325 hex color red value is 187, green value is 163 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bba325 hue: 0.14 , saturation: 0.67 and the lightness value of bba325 is 0.44.

The process color (four color CMYK) of #bba325 color hex is 0.00, 0.13, 0.80, 0.27. Web safe color of #bba325 is #cc9933. Color #bba325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00100101
Octal 273 243 45
Decimal 187 163 37
Hex BB A3 25

RGB Percentages of Color #bba325

%48.32
%42.12
%9.56

CMYK Percentages of Color #bba325

%0
%13
%80
%27

Triadic Colors of #bba325

#bba325 #25bba3 #a325bb

Analogous Colors of #bba325

#bba325 #88bb25 #bb5825

Monochromatic Colors of #bba325

#bba325

Complementary Color

#bba325 #253dbb

#bba325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba325 Color CSS Codes

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

#bba325 Text Font Color

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

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


#bba325 Background Color

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

This div background color is #bba325


#bba325 Border Color

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

This div border color is #bba325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba325


Comments

No comments written yet.

Please login to write comment.