Color Hex Logo

#bba533 Color Hex

#BBA533
(187,165,51)
0 Favorites   0 Comments

Color spaces of #bba533

RGB 18716551
HSL0.140.570.47
HSV50°73°73°
CMYK 0.000.120.73   0.27
XYZ34.546237.71418.5907
Yxy37.71410.42730.4665
Hunter Lab61.4118-7.058434.6944
CIE-Lab67.8094-4.420658.7189

#bba533 color RGB value is (187,165,51).

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

The process color (four color CMYK) of #bba533 color hex is 0.00, 0.12, 0.73, 0.27. Web safe color of #bba533 is #cc9933. Color #bba533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 00110011
Octal 273 245 63
Decimal 187 165 51
Hex BB A5 33

RGB Percentages of Color #bba533

%46.40
%40.94
%12.66

CMYK Percentages of Color #bba533

%0
%12
%73
%27

Triadic Colors of #bba533

#bba533 #33bba5 #a533bb

Analogous Colors of #bba533

#bba533 #8dbb33 #bb6133

Monochromatic Colors of #bba533

#bba533

Complementary Color

#bba533 #3349bb

#bba533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba533 Color CSS Codes

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

#bba533 Text Font Color

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

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


#bba533 Background Color

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

This div background color is #bba533


#bba533 Border Color

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

This div border color is #bba533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba533


Comments

No comments written yet.

Please login to write comment.