#BC8F2E

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

Shades of Hokey Pokey #BC8F2E

Tints of Hokey Pokey #BC8F2E

Color information

#BC8F2E (or 0xBC8F2E) is unknown color: approx Hokey Pokey. HEX triplet: BC, 8F and 2E. RGB value is (188,143,46). Sum of RGB (Red+Green+Blue) = 188+143+46=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F2E is #4370D1. Grayscale: #919191. Windows color (decimal): -4419794 or 3051452. OLE color: 3051452.

HSL color Cylindrical-coordinate representation of color #BC8F2E: hue angle of 40.99º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC8F2E is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18814346-
CMYK00.240.760.26
HSL40.99º60.68%45.88%-
HSV(B)40.99º75.53%73.73%-
XYZ31.0530.536.84-
YUV145.471.91158.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=49.87%
G=37.93%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881434600.240.760.2640.9960.6845.88
HexBC8F2E0184C1A293d2e
Octal2742175603011432517556
Binary1011110010001111101110011000100110011010101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F2E; }

 p { color: rgb(188,143,46); }

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

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

 a { background-color: rgb(188,143,46); }

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

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

 span { border-color: rgb(188,143,46); }

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