#B0786E

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

Shades of Coral Tree #B0786E

Tints of Coral Tree #B0786E

Color information

#B0786E (or 0xB0786E) is unknown color: approx Coral Tree. HEX triplet: B0, 78 and 6E. RGB value is (176,120,110). Sum of RGB (Red+Green+Blue) = 176+120+110=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0786E is #4F8791. Grayscale: #878787. Windows color (decimal): -5212050 or 7239856. OLE color: 7239856.

HSL color Cylindrical-coordinate representation of color #B0786E: hue angle of 9.09º degrees, saturation: 0.29, 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 #B0786E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176120110-
CMYK00.320.370.31
HSL9.09º29.46%56.08%-
HSV(B)9.09º37.5%69.02%-
XYZ27.4423.7917.9-
YUV135.6113.55156.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=43.35%
G=29.56%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612011000.320.370.319.0929.4656.08
HexB0786E020251F91d38
Octal2601701560404537113570
Binary1011000011110001101110010000010010111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0786E; }

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

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

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

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

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

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

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

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