#BF892E

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

Shades of Hokey Pokey #BF892E

Tints of Hokey Pokey #BF892E

Color information

#BF892E (or 0xBF892E) is unknown color: approx Hokey Pokey. HEX triplet: BF, 89 and 2E. RGB value is (191,137,46). Sum of RGB (Red+Green+Blue) = 191+137+46=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF892E is #4076D1. Grayscale: #8F8F8F. Windows color (decimal): -4224722 or 3049919. OLE color: 3049919.

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

Color convert

RGB19113746-
CMYK00.280.760.25
HSL37.66º61.18%46.47%-
HSV(B)37.66º75.92%74.9%-
XYZ30.9229.166.58-
YUV142.7773.39162.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 46 (18.36% from 255) = 12.30%
R=51.07%
G=36.63%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911374600.280.760.2537.6661.1846.47
HexBF892E01C4C19263d2e
Octal2772115603411431467556
Binary1011111110001001101110011100100110011001100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF892E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF892E; }

 p { color: rgb(191,137,46); }

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

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

 a { background-color: rgb(191,137,46); }

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

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

 span { border-color: rgb(191,137,46); }

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