#BC733E

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

Shades of Zest #BC733E

Tints of Zest #BC733E

Color information

#BC733E (or 0xBC733E) is unknown color: approx Zest. HEX triplet: BC, 73 and 3E. RGB value is (188,115,62). Sum of RGB (Red+Green+Blue) = 188+115+62=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC733E is #438CC1. Grayscale: #838383. Windows color (decimal): -4426946 or 4092860. OLE color: 4092860.

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

Color convert

RGB18811562-
CMYK00.390.670.26
HSL25.24º50.4%49.02%-
HSV(B)25.24º67.02%73.73%-
XYZ27.7423.37.59-
YUV130.7889.18168.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=51.51%
G=31.51%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881156200.390.670.2625.2450.449.02
HexBC733E027431A193231
Octal2741637604710332316261
Binary101111001110011111110010011110000111101011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC733E; }

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

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

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

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

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

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

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

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