#BD9133

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

Shades of Hokey Pokey #BD9133

Tints of Hokey Pokey #BD9133

Color information

#BD9133 (or 0xBD9133) is unknown color: approx Hokey Pokey. HEX triplet: BD, 91 and 33. RGB value is (189,145,51). Sum of RGB (Red+Green+Blue) = 189+145+51=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9133 is #426ECC. Grayscale: #939393. Windows color (decimal): -4353741 or 3379645. OLE color: 3379645.

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

Color convert

RGB18914551-
CMYK00.230.730.26
HSL40.87º57.5%47.06%-
HSV(B)40.87º73.02%74.12%-
XYZ31.7131.317.5-
YUV147.4473.58157.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 51 (20.31% from 255) = 13.25%
R=49.09%
G=37.66%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891455100.230.730.2640.8757.547.06
HexBD9133017491A293a2f
Octal2752216302711132517257
Binary1011110110010001110011010111100100111010101001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9133; }

 p { color: rgb(189,145,51); }

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

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

 a { background-color: rgb(189,145,51); }

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

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

 span { border-color: rgb(189,145,51); }

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