#BF8833

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

Shades of Hokey Pokey #BF8833

Tints of Hokey Pokey #BF8833

Color information

#BF8833 (or 0xBF8833) is unknown color: approx Hokey Pokey. HEX triplet: BF, 88 and 33. RGB value is (191,136,51). Sum of RGB (Red+Green+Blue) = 191+136+51=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8833 is #4077CC. Grayscale: #8F8F8F. Windows color (decimal): -4224973 or 3377343. OLE color: 3377343.

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

Color convert

RGB19113651-
CMYK00.290.730.25
HSL36.43º57.85%47.45%-
HSV(B)36.43º73.3%74.9%-
XYZ30.8928.927.09-
YUV142.7576.22162.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=50.53%
G=35.98%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911365100.290.730.2536.4357.8547.45
HexBF883301D4919243a2f
Octal2772106303511131447257
Binary1011111110001000110011011101100100111001100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8833; }

 p { color: rgb(191,136,51); }

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

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

 a { background-color: rgb(191,136,51); }

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

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

 span { border-color: rgb(191,136,51); }

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