#BC8835

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

Shades of Hokey Pokey #BC8835

Tints of Hokey Pokey #BC8835

Color information

#BC8835 (or 0xBC8835) is unknown color: approx Hokey Pokey. HEX triplet: BC, 88 and 35. RGB value is (188,136,53). Sum of RGB (Red+Green+Blue) = 188+136+53=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8835 is #4377CA. Grayscale: #8E8E8E. Windows color (decimal): -4421579 or 3508412. OLE color: 3508412.

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

Color convert

RGB18813653-
CMYK00.280.720.26
HSL36.89º56.02%47.25%-
HSV(B)36.89º71.81%73.73%-
XYZ30.1928.567.29-
YUV142.0977.73160.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 53 (21.09% from 255) = 14.06%
R=49.87%
G=36.07%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881365300.280.720.2636.8956.0247.25
HexBC883501C481A25382f
Octal2742106503411032457057
Binary1011110010001000110101011100100100011010100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8835; }

 p { color: rgb(188,136,53); }

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

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

 a { background-color: rgb(188,136,53); }

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

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

 span { border-color: rgb(188,136,53); }

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