#BD9036

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

Shades of Hokey Pokey #BD9036

Tints of Hokey Pokey #BD9036

Color information

#BD9036 (or 0xBD9036) is unknown color: approx Hokey Pokey. HEX triplet: BD, 90 and 36. RGB value is (189,144,54). Sum of RGB (Red+Green+Blue) = 189+144+54=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9036 is #426FC9. Grayscale: #939393. Windows color (decimal): -4353994 or 3575997. OLE color: 3575997.

HSL color Cylindrical-coordinate representation of color #BD9036: hue angle of 40º 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 #BD9036 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18914454-
CMYK00.240.710.26
HSL40º55.56%47.65%-
HSV(B)40º71.43%74.12%-
XYZ31.6331.037.81-
YUV147.275.41157.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 54 (21.48% from 255) = 13.95%
R=48.84%
G=37.21%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891445400.240.710.264055.5647.65
HexBD9036018471A283830
Octal2752206603010732507060
Binary1011110110010000110110011000100011111010101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9036; }

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

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

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

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

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

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

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

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