#B0786D

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

Shades of Coral Tree #B0786D

Tints of Coral Tree #B0786D

Color information

#B0786D (or 0xB0786D) is unknown color: approx Coral Tree. HEX triplet: B0, 78 and 6D. RGB value is (176,120,109). Sum of RGB (Red+Green+Blue) = 176+120+109=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0786D is #4F8792. Grayscale: #878787. Windows color (decimal): -5212051 or 7174320. OLE color: 7174320.

HSL color Cylindrical-coordinate representation of color #B0786D: hue angle of 9.85º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0786D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB176120109-
CMYK00.320.380.31
HSL9.85º29.78%55.88%-
HSV(B)9.85º38.07%69.02%-
XYZ27.3823.7717.61-
YUV135.49113.05156.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=43.46%
G=29.63%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612010900.320.380.319.8529.7855.88
HexB0786D020261Fa1e38
Octal2601701550404637123670
Binary1011000011110001101101010000010011011111101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0786D; }

 p { color: rgb(176,120,109); }

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

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

 a { background-color: rgb(176,120,109); }

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

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

 span { border-color: rgb(176,120,109); }

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