#BC8B32

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

Shades of Hokey Pokey #BC8B32

Tints of Hokey Pokey #BC8B32

Color information

#BC8B32 (or 0xBC8B32) is unknown color: approx Hokey Pokey. HEX triplet: BC, 8B and 32. RGB value is (188,139,50). Sum of RGB (Red+Green+Blue) = 188+139+50=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B32 is #4374CD. Grayscale: #8F8F8F. Windows color (decimal): -4420814 or 3312572. OLE color: 3312572.

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

Color convert

RGB18813950-
CMYK00.260.730.26
HSL38.7º57.98%46.67%-
HSV(B)38.7º73.4%73.73%-
XYZ30.5529.397.08-
YUV143.575.23159.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=49.87%
G=36.87%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881395000.260.730.2638.757.9846.67
HexBC8B3201A491A273a2f
Octal2742136203211132477257
Binary1011110010001011110010011010100100111010100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B32; }

 p { color: rgb(188,139,50); }

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

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

 a { background-color: rgb(188,139,50); }

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

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

 span { border-color: rgb(188,139,50); }

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