#B27970

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

Shades of Coral Tree #B27970

Tints of Coral Tree #B27970

Color information

#B27970 (or 0xB27970) is unknown color: approx Coral Tree. HEX triplet: B2, 79 and 70. RGB value is (178,121,112). Sum of RGB (Red+Green+Blue) = 178+121+112=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B27970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27970 is #4D868F. Grayscale: #898989. Windows color (decimal): -5080720 or 7371186. OLE color: 7371186.

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

Color convert

RGB178121112-
CMYK00.320.370.30
HSL8.18º30%56.86%-
HSV(B)8.18º37.08%69.8%-
XYZ28.1224.3118.54-
YUV137.02113.88157.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=43.31%
G=29.44%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812111200.320.370.308.183056.86
HexB27970020251E81e39
Octal2621711600404536103671
Binary1011001011110011110000010000010010111110100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27970; }

 p { color: rgb(178,121,112); }

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

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

 a { background-color: rgb(178,121,112); }

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

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

 span { border-color: rgb(178,121,112); }

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