#BF9131

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

Shades of Hokey Pokey #BF9131

Tints of Hokey Pokey #BF9131

Color information

#BF9131 (or 0xBF9131) is unknown color: approx Hokey Pokey. HEX triplet: BF, 91 and 31. RGB value is (191,145,49). Sum of RGB (Red+Green+Blue) = 191+145+49=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9131 is #406ECE. Grayscale: #949494. Windows color (decimal): -4222671 or 3248575. OLE color: 3248575.

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

Color convert

RGB19114549-
CMYK00.240.740.25
HSL40.56º59.17%47.06%-
HSV(B)40.56º74.35%74.9%-
XYZ32.1731.557.3-
YUV147.8172.24158.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 49 (19.53% from 255) = 12.73%
R=49.61%
G=37.66%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911454900.240.740.2540.5659.1747.06
HexBF91310184A19293b2f
Octal2772216103011231517357
Binary1011111110010001110001011000100101011001101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9131; }

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

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

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

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

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

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

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

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