#BC6B3A

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

Shades of Zest #BC6B3A

Tints of Zest #BC6B3A

Color information

#BC6B3A (or 0xBC6B3A) is unknown color: approx Zest. HEX triplet: BC, 6B and 3A. RGB value is (188,107,58). Sum of RGB (Red+Green+Blue) = 188+107+58=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B3A is #4394C5. Grayscale: #7D7D7D. Windows color (decimal): -4428998 or 3828668. OLE color: 3828668.

HSL color Cylindrical-coordinate representation of color #BC6B3A: hue angle of 22.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC6B3A is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18810758-
CMYK00.430.690.26
HSL22.62º52.85%48.24%-
HSV(B)22.62º69.15%73.73%-
XYZ26.7621.516.74-
YUV125.6389.84172.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=53.26%
G=30.31%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881075800.430.690.2622.6252.8548.24
HexBC6B3A02B451A173530
Octal2741537205310532276560
Binary101111001101011111010010101110001011101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B3A; }

 p { color: rgb(188,107,58); }

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

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

 a { background-color: rgb(188,107,58); }

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

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

 span { border-color: rgb(188,107,58); }

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