#b3645b

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

Shades of Coral Tree #B3645B

Tints of Coral Tree #B3645B

Color information

#B3645B (or 0xB3645B) is unknown color: approx Coral Tree. HEX triplet: B3, 64 and 5B. RGB value is (179,100,91). Sum of RGB (Red+Green+Blue) = 179+100+91=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3645B is #4C9BA4. Grayscale: #7A7A7A. Windows color (decimal): -5020581 or 5989555. OLE color: 5989555.

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

Color convert

RGB17910091-
CMYK00.440.490.30
HSL6.14º36.67%52.94%-
HSV(B)6.14º49.16%70.2%-
XYZ25.0419.4512.33-
YUV122.6110.17168.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=48.38%
G=27.03%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791009100.440.490.306.1436.6752.94
HexB3645B02C311E62535
Octal263144133054613664565
Binary1011001111001001011011010110011000111110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3645b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3645b; }

 p { color: rgb(179,100,91); }

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

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

 a { background-color: rgb(179,100,91); }

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

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

 span { border-color: rgb(179,100,91); }

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