#BD9532

Color #BD9532 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #BD9532

Tints of Hokey Pokey #BD9532

Color information

#BD9532 (or 0xBD9532) is unknown color: approx Hokey Pokey. HEX triplet: BD, 95 and 32. RGB value is (189,149,50). Sum of RGB (Red+Green+Blue) = 189+149+50=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9532 is #426ACD. Grayscale: #969696. Windows color (decimal): -4352718 or 3315133. OLE color: 3315133.

HSL color Cylindrical-coordinate representation of color #BD9532: hue angle of 42.73º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD9532 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18914950-
CMYK00.210.740.26
HSL42.73º58.16%46.86%-
HSV(B)42.73º73.54%74.12%-
XYZ32.3132.547.6-
YUV149.6771.75156.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 50 (19.92% from 255) = 12.89%
R=48.71%
G=38.40%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891495000.210.740.2642.7358.1646.86
HexBD95320154A1A2b3a2f
Octal2752256202511232537257
Binary1011110110010101110010010101100101011010101011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9532; }

 p { color: rgb(189,149,50); }

 H1.HeaderClassName
 {
   color: #BD9532;
 }
 .AnyTagClassName
 {
   color: #BD9532;
 }
</style>
background-color css

<style>
 a { background-color: #BD9532; }

 a { background-color: rgb(189,149,50); }

 div.DivClassName
 {
   background-color: #BD9532;
 }
 .BgClassName
 {
   background-color: #BD9532;
 }
</style>
border-color css

<style>
 span { border-color: #BD9532; }

 span { border-color: rgb(189,149,50); }

 td.TdClassName
 {
   border-color: #BD9532;
 }
 .TagClassName
 {
   border-color: #BD9532;
 }
</style>