#B4645A

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

Shades of Coral Tree #B4645A

Tints of Coral Tree #B4645A

Color information

#B4645A (or 0xB4645A) is unknown color: approx Coral Tree. HEX triplet: B4, 64 and 5A. RGB value is (180,100,90). Sum of RGB (Red+Green+Blue) = 180+100+90=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4645A is #4B9BA5. Grayscale: #7A7A7A. Windows color (decimal): -4955046 or 5924020. OLE color: 5924020.

HSL color Cylindrical-coordinate representation of color #B4645A: hue angle of 6.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4645A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18010090-
CMYK00.440.500.29
HSL6.67º37.5%52.94%-
HSV(B)6.67º50%70.59%-
XYZ25.2319.5612.12-
YUV122.78109.5168.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=48.65%
G=27.03%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801009000.440.500.296.6737.552.94
HexB4645A02C321D72635
Octal264144132054623574665
Binary1011010011001001011010010110011001011101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4645A; }

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

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

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

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

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

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

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

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