#BD8732

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

Shades of Hokey Pokey #BD8732

Tints of Hokey Pokey #BD8732

Color information

#BD8732 (or 0xBD8732) is unknown color: approx Hokey Pokey. HEX triplet: BD, 87 and 32. RGB value is (189,135,50). Sum of RGB (Red+Green+Blue) = 189+135+50=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8732 is #4278CD. Grayscale: #8D8D8D. Windows color (decimal): -4356302 or 3311549. OLE color: 3311549.

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

Color convert

RGB18913550-
CMYK00.290.740.26
HSL36.69º58.16%46.86%-
HSV(B)36.69º73.54%74.12%-
XYZ30.2328.386.9-
YUV141.4676.39161.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=50.53%
G=36.10%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891355000.290.740.2636.6958.1646.86
HexBD873201D4A1A253a2f
Octal2752076203511232457257
Binary1011110110000111110010011101100101011010100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8732; }

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

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

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

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

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

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

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

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