#B2645C

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

Shades of Coral Tree #B2645C

Tints of Coral Tree #B2645C

Color information

#B2645C (or 0xB2645C) is unknown color: approx Coral Tree. HEX triplet: B2, 64 and 5C. RGB value is (178,100,92). Sum of RGB (Red+Green+Blue) = 178+100+92=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2645C is #4D9BA3. Grayscale: #7A7A7A. Windows color (decimal): -5086116 or 6055090. OLE color: 6055090.

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

Color convert

RGB17810092-
CMYK00.440.480.30
HSL5.58º35.83%52.94%-
HSV(B)5.58º48.31%69.8%-
XYZ24.8519.3512.55-
YUV122.41110.84167.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=48.11%
G=27.03%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781009200.440.480.305.5835.8352.94
HexB2645C02C301E62435
Octal262144134054603664465
Binary1011001011001001011100010110011000011110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2645C; }

 p { color: rgb(178,100,92); }

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

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

 a { background-color: rgb(178,100,92); }

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

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

 span { border-color: rgb(178,100,92); }

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