#B5706A

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

Shades of Coral Tree #B5706A

Tints of Coral Tree #B5706A

Color information

#B5706A (or 0xB5706A) is unknown color: approx Coral Tree. HEX triplet: B5, 70 and 6A. RGB value is (181,112,106). Sum of RGB (Red+Green+Blue) = 181+112+106=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5706A is #4A8F95. Grayscale: #848484. Windows color (decimal): -4886422 or 6975669. OLE color: 6975669.

HSL color Cylindrical-coordinate representation of color #B5706A: hue angle of 4.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5706A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181112106-
CMYK00.380.410.29
HSL4.8º33.63%56.27%-
HSV(B)4.8º41.44%70.98%-
XYZ27.4522.4516.52-
YUV131.95113.36162.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=45.36%
G=28.07%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111210600.380.410.294.833.6356.27
HexB5706A026291D52238
Octal265160152046513554270
Binary1011010111100001101010010011010100111101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5706A; }

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

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

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

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

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

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

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

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