#BF8E31

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

Shades of Hokey Pokey #BF8E31

Tints of Hokey Pokey #BF8E31

Color information

#BF8E31 (or 0xBF8E31) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8E and 31. RGB value is (191,142,49). Sum of RGB (Red+Green+Blue) = 191+142+49=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E31 is #4071CE. Grayscale: #929292. Windows color (decimal): -4223439 or 3247807. OLE color: 3247807.

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

Color convert

RGB19114249-
CMYK00.260.740.25
HSL39.3º59.17%47.06%-
HSV(B)39.3º74.35%74.9%-
XYZ31.7130.647.15-
YUV146.0573.23160.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 49 (19.53% from 255) = 12.83%
R=50%
G=37.17%
B=12.83%

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
Decimal1911424900.260.740.2539.359.1747.06
HexBF8E3101A4A19273b2f
Octal2772166103211231477357
Binary1011111110001110110001011010100101011001100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E31; }

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

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

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

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

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

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

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

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