#bf9133

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

Shades of Hokey Pokey #BF9133

Tints of Hokey Pokey #BF9133

Color information

#BF9133 (or 0xBF9133) is unknown color: approx Hokey Pokey. HEX triplet: BF, 91 and 33. RGB value is (191,145,51). Sum of RGB (Red+Green+Blue) = 191+145+51=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9133 is #406ECC. Grayscale: #949494. Windows color (decimal): -4222669 or 3379647. OLE color: 3379647.

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

Color convert

RGB19114551-
CMYK00.240.730.25
HSL40.29º57.85%47.45%-
HSV(B)40.29º73.3%74.9%-
XYZ32.2131.577.53-
YUV148.0473.24158.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 51 (20.31% from 255) = 13.18%
R=49.35%
G=37.47%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911455100.240.730.2540.2957.8547.45
HexBF91330184919283a2f
Octal2772216303011131507257
Binary1011111110010001110011011000100100111001101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9133; }

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

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

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

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

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

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

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

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