#BF8A2F

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

Shades of Hokey Pokey #BF8A2F

Tints of Hokey Pokey #BF8A2F

Color information

#BF8A2F (or 0xBF8A2F) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8A and 2F. RGB value is (191,138,47). Sum of RGB (Red+Green+Blue) = 191+138+47=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8A2F is #4075D0. Grayscale: #8F8F8F. Windows color (decimal): -4224465 or 3115711. OLE color: 3115711.

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

Color convert

RGB19113847-
CMYK00.280.750.25
HSL37.92º60.5%46.67%-
HSV(B)37.92º75.39%74.9%-
XYZ31.0929.466.74-
YUV143.4773.56161.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=50.80%
G=36.70%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911384700.280.750.2537.9260.546.67
HexBF8A2F01C4B19263d2f
Octal2772125703411331467557
Binary1011111110001010101111011100100101111001100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A2F; }

 p { color: rgb(191,138,47); }

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

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

 a { background-color: rgb(191,138,47); }

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

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

 span { border-color: rgb(191,138,47); }

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