#BC8E33

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

Shades of Hokey Pokey #BC8E33

Tints of Hokey Pokey #BC8E33

Color information

#BC8E33 (or 0xBC8E33) is unknown color: approx Hokey Pokey. HEX triplet: BC, 8E and 33. RGB value is (188,142,51). Sum of RGB (Red+Green+Blue) = 188+142+51=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E33 is #4371CC. Grayscale: #919191. Windows color (decimal): -4420045 or 3378876. OLE color: 3378876.

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

Color convert

RGB18814251-
CMYK00.240.730.26
HSL39.85º57.32%46.86%-
HSV(B)39.85º72.87%73.73%-
XYZ31.0130.287.34-
YUV145.3874.74158.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=49.34%
G=37.27%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881425100.240.730.2639.8557.3246.86
HexBC8E33018491A28392f
Octal2742166303011132507157
Binary1011110010001110110011011000100100111010101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E33; }

 p { color: rgb(188,142,51); }

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

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

 a { background-color: rgb(188,142,51); }

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

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

 span { border-color: rgb(188,142,51); }

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