#B2786F

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

Shades of Coral Tree #B2786F

Tints of Coral Tree #B2786F

Color information

#B2786F (or 0xB2786F) is unknown color: approx Coral Tree. HEX triplet: B2, 78 and 6F. RGB value is (178,120,111). Sum of RGB (Red+Green+Blue) = 178+120+111=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2786F is #4D8790. Grayscale: #888888. Windows color (decimal): -5080977 or 7305394. OLE color: 7305394.

HSL color Cylindrical-coordinate representation of color #B2786F: hue angle of 8.06º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2786F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178120111-
CMYK00.330.380.30
HSL8.06º30.32%56.67%-
HSV(B)8.06º37.64%69.8%-
XYZ27.9524.0518.21-
YUV136.32113.72157.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=43.52%
G=29.34%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812011100.330.380.308.0630.3256.67
HexB2786F021261E81e39
Octal2621701570414636103671
Binary1011001011110001101111010000110011011110100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2786F; }

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

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

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

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

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

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

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

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