#BF8930

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

Shades of Hokey Pokey #BF8930

Tints of Hokey Pokey #BF8930

Color information

#BF8930 (or 0xBF8930) is unknown color: approx Hokey Pokey. HEX triplet: BF, 89 and 30. RGB value is (191,137,48). Sum of RGB (Red+Green+Blue) = 191+137+48=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8930 is #4076CF. Grayscale: #8F8F8F. Windows color (decimal): -4224720 or 3180991. OLE color: 3180991.

HSL color Cylindrical-coordinate representation of color #BF8930: hue angle of 37.34º degrees, saturation: 0.6, 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 #BF8930 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19113748-
CMYK00.280.750.25
HSL37.34º59.83%46.86%-
HSV(B)37.34º74.87%74.9%-
XYZ30.9729.186.8-
YUV14374.39162.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 48 (19.14% from 255) = 12.77%
R=50.80%
G=36.44%
B=12.77%

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
Decimal1911374800.280.750.2537.3459.8346.86
HexBF893001C4B19253c2f
Octal2772116003411331457457
Binary1011111110001001110000011100100101111001100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8930; }

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

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

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

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

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

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

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

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