#BF8E32

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

Shades of Hokey Pokey #BF8E32

Tints of Hokey Pokey #BF8E32

Color information

#BF8E32 (or 0xBF8E32) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8E and 32. RGB value is (191,142,50). Sum of RGB (Red+Green+Blue) = 191+142+50=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E32 is #4071CD. Grayscale: #929292. Windows color (decimal): -4223438 or 3313343. OLE color: 3313343.

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

Color convert

RGB19114250-
CMYK00.260.740.25
HSL39.15º58.51%47.25%-
HSV(B)39.15º73.82%74.9%-
XYZ31.7330.657.26-
YUV146.1673.73159.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 50 (19.92% from 255) = 13.05%
R=49.87%
G=37.08%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911425000.260.740.2539.1558.5147.25
HexBF8E3201A4A19273b2f
Octal2772166203211231477357
Binary1011111110001110110010011010100101011001100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E32; }

 p { color: rgb(191,142,50); }

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

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

 a { background-color: rgb(191,142,50); }

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

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

 span { border-color: rgb(191,142,50); }

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