#BF8D30

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

Shades of Hokey Pokey #BF8D30

Tints of Hokey Pokey #BF8D30

Color information

#BF8D30 (or 0xBF8D30) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8D and 30. RGB value is (191,141,48). Sum of RGB (Red+Green+Blue) = 191+141+48=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D30 is #4072CF. Grayscale: #919191. Windows color (decimal): -4223696 or 3182015. OLE color: 3182015.

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

Color convert

RGB19114148-
CMYK00.260.750.25
HSL39.02º59.83%46.86%-
HSV(B)39.02º74.87%74.9%-
XYZ31.5430.346.99-
YUV145.3573.06160.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 48 (19.14% from 255) = 12.63%
R=50.26%
G=37.11%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911414800.260.750.2539.0259.8346.86
HexBF8D3001A4B19273c2f
Octal2772156003211331477457
Binary1011111110001101110000011010100101111001100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D30; }

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

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

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

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

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

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

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

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