#BF8C30

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

Shades of Hokey Pokey #BF8C30

Tints of Hokey Pokey #BF8C30

Color information

#BF8C30 (or 0xBF8C30) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8C and 30. RGB value is (191,140,48). Sum of RGB (Red+Green+Blue) = 191+140+48=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C30 is #4073CF. Grayscale: #919191. Windows color (decimal): -4223952 or 3181759. OLE color: 3181759.

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

Color convert

RGB19114048-
CMYK00.270.750.25
HSL38.6º59.83%46.86%-
HSV(B)38.6º74.87%74.9%-
XYZ31.430.056.94-
YUV144.7673.4160.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=50.40%
G=36.94%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911404800.270.750.2538.659.8346.86
HexBF8C3001B4B19273c2f
Octal2772146003311331477457
Binary1011111110001100110000011011100101111001100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C30; }

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

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

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

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

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

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

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

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