#BF8D33

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

Shades of Hokey Pokey #BF8D33

Tints of Hokey Pokey #BF8D33

Color information

#BF8D33 (or 0xBF8D33) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8D and 33. RGB value is (191,141,51). Sum of RGB (Red+Green+Blue) = 191+141+51=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D33 is #4072CC. Grayscale: #929292. Windows color (decimal): -4223693 or 3378623. OLE color: 3378623.

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

Color convert

RGB19114151-
CMYK00.260.730.25
HSL38.57º57.85%47.45%-
HSV(B)38.57º73.3%74.9%-
XYZ31.6130.377.33-
YUV145.6974.56160.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=49.87%
G=36.81%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911415100.260.730.2538.5757.8547.45
HexBF8D3301A4919273a2f
Octal2772156303211131477257
Binary1011111110001101110011011010100100111001100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D33; }

 p { color: rgb(191,141,51); }

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

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

 a { background-color: rgb(191,141,51); }

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

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

 span { border-color: rgb(191,141,51); }

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