#BC9737

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

Shades of Hokey Pokey #BC9737

Tints of Hokey Pokey #BC9737

Color information

#BC9737 (or 0xBC9737) is unknown color: approx Hokey Pokey. HEX triplet: BC, 97 and 37. RGB value is (188,151,55). Sum of RGB (Red+Green+Blue) = 188+151+55=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9737 is #4368C8. Grayscale: #979797. Windows color (decimal): -4417737 or 3643324. OLE color: 3643324.

HSL color Cylindrical-coordinate representation of color #BC9737: hue angle of 43.31º 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 #BC9737 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18815155-
CMYK00.200.710.26
HSL43.31º54.73%47.65%-
HSV(B)43.31º70.74%73.73%-
XYZ32.533.18.29-
YUV151.1273.76154.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 55 (21.88% from 255) = 13.96%
R=47.72%
G=38.32%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881515500.200.710.2643.3154.7347.65
HexBC9737014471A2b3730
Octal2742276702410732536760
Binary1011110010010111110111010100100011111010101011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9737; }

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

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

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

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

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

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

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

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