#B0786F

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

Shades of Coral Tree #B0786F

Tints of Coral Tree #B0786F

Color information

#B0786F (or 0xB0786F) is unknown color: approx Coral Tree. HEX triplet: B0, 78 and 6F. RGB value is (176,120,111). Sum of RGB (Red+Green+Blue) = 176+120+111=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0786F is #4F8790. Grayscale: #878787. Windows color (decimal): -5212049 or 7305392. OLE color: 7305392.

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

Color convert

RGB176120111-
CMYK00.320.370.31
HSL8.31º29.15%56.27%-
HSV(B)8.31º36.93%69.02%-
XYZ27.4923.8118.19-
YUV135.72114.05156.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=43.24%
G=29.48%
B=27.27%

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
Decimal17612011100.320.370.318.3129.1556.27
HexB0786F020251F81d38
Octal2601701570404537103570
Binary1011000011110001101111010000010010111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0786F; }

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

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

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

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

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

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

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

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