#BC8E38

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

Shades of Hokey Pokey #BC8E38

Tints of Hokey Pokey #BC8E38

Color information

#BC8E38 (or 0xBC8E38) is unknown color: approx Hokey Pokey. HEX triplet: BC, 8E and 38. RGB value is (188,142,56). Sum of RGB (Red+Green+Blue) = 188+142+56=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E38 is #4371C7. Grayscale: #929292. Windows color (decimal): -4420040 or 3706556. OLE color: 3706556.

HSL color Cylindrical-coordinate representation of color #BC8E38: hue angle of 39.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8E38 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18814256-
CMYK00.240.700.26
HSL39.09º54.1%47.84%-
HSV(B)39.09º70.21%73.73%-
XYZ31.1330.327.95-
YUV145.9577.24157.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 56 (22.27% from 255) = 14.51%
R=48.70%
G=36.79%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881425600.240.700.2639.0954.147.84
HexBC8E38018461A273630
Octal2742167003010632476660
Binary1011110010001110111000011000100011011010100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E38; }

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

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

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

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

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

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

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

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