#B2615B

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

Shades of Coral Tree #B2615B

Tints of Coral Tree #B2615B

Color information

#B2615B (or 0xB2615B) is unknown color: approx Coral Tree. HEX triplet: B2, 61 and 5B. RGB value is (178,97,91). Sum of RGB (Red+Green+Blue) = 178+97+91=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2615B is #4D9EA4. Grayscale: #787878. Windows color (decimal): -5086885 or 5988786. OLE color: 5988786.

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

Color convert

RGB1789791-
CMYK00.460.490.30
HSL4.14º36.1%52.75%-
HSV(B)4.14º48.88%69.8%-
XYZ24.5218.7712.23-
YUV120.54111.34168.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=48.63%
G=26.50%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178979100.460.490.304.1436.152.75
HexB2615B02E311E42435
Octal262141133056613644465
Binary1011001011000011011011010111011000111110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2615B; }

 p { color: rgb(178,97,91); }

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

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

 a { background-color: rgb(178,97,91); }

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

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

 span { border-color: rgb(178,97,91); }

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