#B2776B

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

Shades of Coral Tree #B2776B

Tints of Coral Tree #B2776B

Color information

#B2776B (or 0xB2776B) is unknown color: approx Coral Tree. HEX triplet: B2, 77 and 6B. RGB value is (178,119,107). Sum of RGB (Red+Green+Blue) = 178+119+107=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2776B is #4D8894. Grayscale: #878787. Windows color (decimal): -5081237 or 7042994. OLE color: 7042994.

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

Color convert

RGB178119107-
CMYK00.330.400.30
HSL10.14º31.56%55.88%-
HSV(B)10.14º39.89%69.8%-
XYZ27.6123.7217.03-
YUV135.27112.05158.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=44.06%
G=29.46%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811910700.330.400.3010.1431.5655.88
HexB2776B021281Ea2038
Octal2621671530415036124070
Binary10110010111011111010110100001101000111101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2776B; }

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

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

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

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

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

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

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

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