#B2776E

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

Shades of Coral Tree #B2776E

Tints of Coral Tree #B2776E

Color information

#B2776E (or 0xB2776E) is unknown color: approx Coral Tree. HEX triplet: B2, 77 and 6E. RGB value is (178,119,110). Sum of RGB (Red+Green+Blue) = 178+119+110=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2776E is #4D8891. Grayscale: #878787. Windows color (decimal): -5081234 or 7239602. OLE color: 7239602.

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

Color convert

RGB178119110-
CMYK00.330.380.30
HSL7.94º30.63%56.47%-
HSV(B)7.94º38.2%69.8%-
XYZ27.7723.7817.88-
YUV135.61113.55158.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=43.73%
G=29.24%
B=27.03%

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
Decimal17811911000.330.380.307.9430.6356.47
HexB2776E021261E81f38
Octal2621671560414636103770
Binary1011001011101111101110010000110011011110100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2776E; }

 p { color: rgb(178,119,110); }

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

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

 a { background-color: rgb(178,119,110); }

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

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

 span { border-color: rgb(178,119,110); }

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