#BC733D

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

Shades of Zest #BC733D

Tints of Zest #BC733D

Color information

#BC733D (or 0xBC733D) is unknown color: approx Zest. HEX triplet: BC, 73 and 3D. RGB value is (188,115,61). Sum of RGB (Red+Green+Blue) = 188+115+61=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC733D is #438CC2. Grayscale: #828282. Windows color (decimal): -4426947 or 4027324. OLE color: 4027324.

HSL color Cylindrical-coordinate representation of color #BC733D: hue angle of 25.51º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC733D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18811561-
CMYK00.390.680.26
HSL25.51º51%48.82%-
HSV(B)25.51º67.55%73.73%-
XYZ27.7123.297.45-
YUV130.6788.68168.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=51.65%
G=31.59%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881156100.390.680.2625.515148.82
HexBC733D027441A1a3331
Octal2741637504710432326361
Binary101111001110011111101010011110001001101011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC733D; }

 p { color: rgb(188,115,61); }

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

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

 a { background-color: rgb(188,115,61); }

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

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

 span { border-color: rgb(188,115,61); }

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