#B4645D

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

Shades of Coral Tree #B4645D

Tints of Coral Tree #B4645D

Color information

#B4645D (or 0xB4645D) is unknown color: approx Coral Tree. HEX triplet: B4, 64 and 5D. RGB value is (180,100,93). Sum of RGB (Red+Green+Blue) = 180+100+93=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4645D is #4B9BA2. Grayscale: #7B7B7B. Windows color (decimal): -4955043 or 6120628. OLE color: 6120628.

HSL color Cylindrical-coordinate representation of color #B4645D: hue angle of 4.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4645D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18010093-
CMYK00.440.480.29
HSL4.83º36.71%53.53%-
HSV(B)4.83º48.33%70.59%-
XYZ25.3619.6112.8-
YUV123.12111168.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=48.26%
G=26.81%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801009300.440.480.294.8336.7153.53
HexB4645D02C301D52536
Octal264144135054603554566
Binary1011010011001001011101010110011000011101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4645D; }

 p { color: rgb(180,100,93); }

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

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

 a { background-color: rgb(180,100,93); }

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

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

 span { border-color: rgb(180,100,93); }

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