#B2615D

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

Shades of Coral Tree #B2615D

Tints of Coral Tree #B2615D

Color information

#B2615D (or 0xB2615D) is unknown color: approx Coral Tree. HEX triplet: B2, 61 and 5D. RGB value is (178,97,93). Sum of RGB (Red+Green+Blue) = 178+97+93=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2615D is #4D9EA2. Grayscale: #787878. Windows color (decimal): -5086883 or 6119858. OLE color: 6119858.

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

Color convert

RGB1789793-
CMYK00.460.480.30
HSL2.82º35.56%53.14%-
HSV(B)2.82º47.75%69.8%-
XYZ24.6118.812.69-
YUV120.76112.34168.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=48.37%
G=26.36%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178979300.460.480.302.8235.5653.14
HexB2615D02E301E32435
Octal262141135056603634465
Binary101100101100001101110101011101100001111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2615D; }

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

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

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

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

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

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

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

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