#B0705D

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

Shades of Coral Tree #B0705D

Tints of Coral Tree #B0705D

Color information

#B0705D (or 0xB0705D) is unknown color: approx Coral Tree. HEX triplet: B0, 70 and 5D. RGB value is (176,112,93). Sum of RGB (Red+Green+Blue) = 176+112+93=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705D is #4F8FA2. Grayscale: #818181. Windows color (decimal): -5214115 or 6123696. OLE color: 6123696.

HSL color Cylindrical-coordinate representation of color #B0705D: hue angle of 13.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0705D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17611293-
CMYK00.360.470.31
HSL13.73º34.44%52.75%-
HSV(B)13.73º47.16%69.02%-
XYZ25.6721.6113.17-
YUV128.97107.7161.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=46.19%
G=29.40%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761129300.360.470.3113.7334.4452.75
HexB0705D0242F1Fe2235
Octal2601601350445737164265
Binary10110000111000010111010100100101111111111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0705D; }

 p { color: rgb(176,112,93); }

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

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

 a { background-color: rgb(176,112,93); }

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

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

 span { border-color: rgb(176,112,93); }

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