#BF8C2D

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

Shades of Hokey Pokey #BF8C2D

Tints of Hokey Pokey #BF8C2D

Color information

#BF8C2D (or 0xBF8C2D) is unknown color: approx Hokey Pokey. HEX triplet: BF, 8C and 2D. RGB value is (191,140,45). Sum of RGB (Red+Green+Blue) = 191+140+45=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C2D is #4073D2. Grayscale: #909090. Windows color (decimal): -4223955 or 2985151. OLE color: 2985151.

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

Color convert

RGB19114045-
CMYK00.270.760.25
HSL39.04º61.86%46.27%-
HSV(B)39.04º76.44%74.9%-
XYZ31.3430.026.63-
YUV144.4271.9161.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 45 (17.97% from 255) = 11.97%
R=50.80%
G=37.23%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911404500.270.760.2539.0461.8646.27
HexBF8C2D01B4C19273e2e
Octal2772145503311431477656
Binary1011111110001100101101011011100110011001100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C2D; }

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

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

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

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

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

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

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

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