#B2746E

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

Shades of Coral Tree #B2746E

Tints of Coral Tree #B2746E

Color information

#B2746E (or 0xB2746E) is unknown color: approx Coral Tree. HEX triplet: B2, 74 and 6E. RGB value is (178,116,110). Sum of RGB (Red+Green+Blue) = 178+116+110=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2746E is #4D8B91. Grayscale: #858585. Windows color (decimal): -5082002 or 7238834. OLE color: 7238834.

HSL color Cylindrical-coordinate representation of color #B2746E: hue angle of 5.29º 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 #B2746E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178116110-
CMYK00.350.380.30
HSL5.29º30.63%56.47%-
HSV(B)5.29º38.2%69.8%-
XYZ27.4223.0817.76-
YUV133.85114.54159.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=44.06%
G=28.71%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811611000.350.380.305.2930.6356.47
HexB2746E023261E51f38
Octal262164156043463653770
Binary101100101110100110111001000111001101111010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2746E; }

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

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

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

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

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

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

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

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