#B2746B

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

Shades of Coral Tree #B2746B

Tints of Coral Tree #B2746B

Color information

#B2746B (or 0xB2746B) is unknown color: approx Coral Tree. HEX triplet: B2, 74 and 6B. RGB value is (178,116,107). Sum of RGB (Red+Green+Blue) = 178+116+107=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2746B is #4D8B94. Grayscale: #858585. Windows color (decimal): -5082005 or 7042226. OLE color: 7042226.

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

Color convert

RGB178116107-
CMYK00.350.400.30
HSL7.61º31.56%55.88%-
HSV(B)7.61º39.89%69.8%-
XYZ27.2623.0216.92-
YUV133.51113.04159.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=44.39%
G=28.93%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811610700.350.400.307.6131.5655.88
HexB2746B023281E82038
Octal2621641530435036104070
Binary10110010111010011010110100011101000111101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2746B; }

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

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

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

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

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

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

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

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