#BF9839

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

Shades of Hokey Pokey #BF9839

Tints of Hokey Pokey #BF9839

Color information

#BF9839 (or 0xBF9839) is unknown color: approx Hokey Pokey. HEX triplet: BF, 98 and 39. RGB value is (191,152,57). Sum of RGB (Red+Green+Blue) = 191+152+57=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9839 is #4067C6. Grayscale: #999999. Windows color (decimal): -4220871 or 3774655. OLE color: 3774655.

HSL color Cylindrical-coordinate representation of color #BF9839: hue angle of 42.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF9839 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19115257-
CMYK00.200.700.25
HSL42.54º54.03%48.63%-
HSV(B)42.54º70.16%74.9%-
XYZ33.4533.838.64-
YUV152.8373.92155.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 57 (22.66% from 255) = 14.25%
R=47.75%
G=38%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911525700.200.700.2542.5454.0348.63
HexBF983901446192b3631
Octal2772307102410631536661
Binary1011111110011000111001010100100011011001101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9839; }

 p { color: rgb(191,152,57); }

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

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

 a { background-color: rgb(191,152,57); }

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

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

 span { border-color: rgb(191,152,57); }

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