#BC8A36

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

Shades of Hokey Pokey #BC8A36

Tints of Hokey Pokey #BC8A36

Color information

#BC8A36 (or 0xBC8A36) is unknown color: approx Hokey Pokey. HEX triplet: BC, 8A and 36. RGB value is (188,138,54). Sum of RGB (Red+Green+Blue) = 188+138+54=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A36 is #4375C9. Grayscale: #8F8F8F. Windows color (decimal): -4421066 or 3574460. OLE color: 3574460.

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

Color convert

RGB18813854-
CMYK00.270.710.26
HSL37.61º55.37%47.45%-
HSV(B)37.61º71.28%73.73%-
XYZ30.4929.137.51-
YUV143.3777.56159.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=49.47%
G=36.32%
B=14.21%

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
Decimal1881385400.270.710.2637.6155.3747.45
HexBC8A3601B471A26372f
Octal2742126603310732466757
Binary1011110010001010110110011011100011111010100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A36; }

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

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

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

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

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

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

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

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