#BF8F35

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

Shades of Hokey Pokey #BF8F35

Tints of Hokey Pokey #BF8F35

Color information

#BF8F35 (or 0xBF8F35) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8F and 35. RGB value is (191,143,53). Sum of RGB (Red+Green+Blue) = 191+143+53=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F35 is #4070CA. Grayscale: #939393. Windows color (decimal): -4223179 or 3510207. OLE color: 3510207.

HSL color Cylindrical-coordinate representation of color #BF8F35: hue angle of 39.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF8F35 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19114353-
CMYK00.250.720.25
HSL39.13º56.56%47.84%-
HSV(B)39.13º72.25%74.9%-
XYZ31.9530.987.66-
YUV147.0974.9159.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=49.35%
G=36.95%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911435300.250.720.2539.1356.5647.84
HexBF8F350194819273930
Octal2772176503111031477160
Binary1011111110001111110101011001100100011001100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F35; }

 p { color: rgb(191,143,53); }

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

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

 a { background-color: rgb(191,143,53); }

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

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

 span { border-color: rgb(191,143,53); }

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