#BC8A37

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

Shades of Hokey Pokey #BC8A37

Tints of Hokey Pokey #BC8A37

Color information

#BC8A37 (or 0xBC8A37) is unknown color: approx Hokey Pokey. HEX triplet: BC, 8A and 37. RGB value is (188,138,55). Sum of RGB (Red+Green+Blue) = 188+138+55=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A37 is #4375C8. Grayscale: #8F8F8F. Windows color (decimal): -4421065 or 3639996. OLE color: 3639996.

HSL color Cylindrical-coordinate representation of color #BC8A37: hue angle of 37.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC8A37 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18813855-
CMYK00.270.710.26
HSL37.44º54.73%47.65%-
HSV(B)37.44º70.74%73.73%-
XYZ30.5229.147.63-
YUV143.4978.06159.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=49.34%
G=36.22%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881385500.270.710.2637.4454.7347.65
HexBC8A3701B471A253730
Octal2742126703310732456760
Binary1011110010001010110111011011100011111010100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A37; }

 p { color: rgb(188,138,55); }

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

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

 a { background-color: rgb(188,138,55); }

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

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

 span { border-color: rgb(188,138,55); }

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