#B46360

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

Shades of Coral Tree #B46360

Tints of Coral Tree #B46360

Color information

#B46360 (or 0xB46360) is unknown color: approx Coral Tree. HEX triplet: B4, 63 and 60. RGB value is (180,99,96). Sum of RGB (Red+Green+Blue) = 180+99+96=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B46360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46360 is #4B9C9F. Grayscale: #7A7A7A. Windows color (decimal): -4955296 or 6316980. OLE color: 6316980.

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

Color convert

RGB1809996-
CMYK00.450.470.29
HSL2.14º35.9%54.12%-
HSV(B)2.14º46.67%70.59%-
XYZ25.419.4713.49-
YUV122.88112.84168.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=48%
G=26.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180999600.450.470.292.1435.954.12
HexB4636002D2F1D22436
Octal264143140055573524466
Binary101101001100011110000001011011011111110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46360; }

 p { color: rgb(180,99,96); }

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

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

 a { background-color: rgb(180,99,96); }

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

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

 span { border-color: rgb(180,99,96); }

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