#B2726D

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

Shades of Coral Tree #B2726D

Tints of Coral Tree #B2726D

Color information

#B2726D (or 0xB2726D) is unknown color: approx Coral Tree. HEX triplet: B2, 72 and 6D. RGB value is (178,114,109). Sum of RGB (Red+Green+Blue) = 178+114+109=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2726D is #4D8D92. Grayscale: #848484. Windows color (decimal): -5082515 or 7172786. OLE color: 7172786.

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

Color convert

RGB178114109-
CMYK00.360.390.30
HSL4.35º30.94%56.27%-
HSV(B)4.35º38.76%69.8%-
XYZ27.1422.617.4-
YUV132.57114.7160.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=44.39%
G=28.43%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811410900.360.390.304.3530.9456.27
HexB2726D024271E41f38
Octal262162155044473643770
Binary101100101110010110110101001001001111111010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2726D; }

 p { color: rgb(178,114,109); }

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

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

 a { background-color: rgb(178,114,109); }

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

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

 span { border-color: rgb(178,114,109); }

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