#B46559

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

Shades of Coral Tree #B46559

Tints of Coral Tree #B46559

Color information

#B46559 (or 0xB46559) is unknown color: approx Coral Tree. HEX triplet: B4, 65 and 59. RGB value is (180,101,89). Sum of RGB (Red+Green+Blue) = 180+101+89=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B46559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46559 is #4B9AA6. Grayscale: #7B7B7B. Windows color (decimal): -4954791 or 5858740. OLE color: 5858740.

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

Color convert

RGB18010189-
CMYK00.440.510.29
HSL7.91º37.76%52.75%-
HSV(B)7.91º50.56%70.59%-
XYZ25.2819.7311.93-
YUV123.25108.67168.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=48.65%
G=27.30%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801018900.440.510.297.9137.7652.75
HexB4655902C331D82635
Octal2641451310546335104665
Binary10110100110010110110010101100110011111011000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46559; }

 p { color: rgb(180,101,89); }

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

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

 a { background-color: rgb(180,101,89); }

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

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

 span { border-color: rgb(180,101,89); }

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