Color Hex Logo

#bba75d Color Hex

#BBA75D
(187,167,93)
0 Favorites   0 Comments

Color spaces of #bba75d

RGB 18716793
HSL0.130.410.55
HSV47°50°73°
CMYK 0.000.110.50   0.27
XYZ36.288038.992515.9697
Yxy38.99250.39770.4273
Hunter Lab62.4440-5.545428.5477
CIE-Lab68.7458-2.558240.6403

#bba75d color RGB value is (187,167,93).

#bba75d hex color red value is 187, green value is 167 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bba75d hue: 0.13 , saturation: 0.41 and the lightness value of bba75d is 0.55.

The process color (four color CMYK) of #bba75d color hex is 0.00, 0.11, 0.50, 0.27. Web safe color of #bba75d is #cc9966. Color #bba75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01011101
Octal 273 247 135
Decimal 187 167 93
Hex BB A7 5D

RGB Percentages of Color #bba75d

%41.83
%37.36
%20.81

CMYK Percentages of Color #bba75d

%0
%11
%50
%27

Triadic Colors of #bba75d

#bba75d #5dbba7 #a75dbb

Analogous Colors of #bba75d

#bba75d #a0bb5d #bb785d

Monochromatic Colors of #bba75d

#bba75d

Complementary Color

#bba75d #5d71bb

#bba75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba75d Color CSS Codes

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

#bba75d Text Font Color

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

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


#bba75d Background Color

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

This div background color is #bba75d


#bba75d Border Color

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

This div border color is #bba75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba75d


Comments

No comments written yet.

Please login to write comment.