#BD9A36

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

Shades of Hokey Pokey #BD9A36

Tints of Hokey Pokey #BD9A36

Color information

#BD9A36 (or 0xBD9A36) is unknown color: approx Hokey Pokey. HEX triplet: BD, 9A and 36. RGB value is (189,154,54). Sum of RGB (Red+Green+Blue) = 189+154+54=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A36 is #4265C9. Grayscale: #999999. Windows color (decimal): -4351434 or 3578557. OLE color: 3578557.

HSL color Cylindrical-coordinate representation of color #BD9A36: hue angle of 44.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD9A36 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18915454-
CMYK00.190.710.26
HSL44.44º55.56%47.65%-
HSV(B)44.44º71.43%74.12%-
XYZ33.2134.28.34-
YUV153.0672.1153.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 54 (21.48% from 255) = 13.60%
R=47.61%
G=38.79%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891545400.190.710.2644.4455.5647.65
HexBD9A36013471A2c3830
Octal2752326602310732547060
Binary1011110110011010110110010011100011111010101100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A36; }

 p { color: rgb(189,154,54); }

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

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

 a { background-color: rgb(189,154,54); }

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

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

 span { border-color: rgb(189,154,54); }

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