#B3706A

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

Shades of Coral Tree #B3706A

Tints of Coral Tree #B3706A

Color information

#B3706A (or 0xB3706A) is unknown color: approx Coral Tree. HEX triplet: B3, 70 and 6A. RGB value is (179,112,106). Sum of RGB (Red+Green+Blue) = 179+112+106=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B3706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3706A is #4C8F95. Grayscale: #838383. Windows color (decimal): -5017494 or 6975667. OLE color: 6975667.

HSL color Cylindrical-coordinate representation of color #B3706A: hue angle of 4.93º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3706A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179112106-
CMYK00.370.410.30
HSL4.93º32.44%55.88%-
HSV(B)4.93º40.78%70.2%-
XYZ26.9922.2116.5-
YUV131.35113.7161.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=45.09%
G=28.21%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911210600.370.410.304.9332.4455.88
HexB3706A025291E52038
Octal263160152045513654070
Binary1011001111100001101010010010110100111110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3706A; }

 p { color: rgb(179,112,106); }

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

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

 a { background-color: rgb(179,112,106); }

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

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

 span { border-color: rgb(179,112,106); }

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