#B46861

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

Shades of Coral Tree #B46861

Tints of Coral Tree #B46861

Color information

#B46861 (or 0xB46861) is unknown color: approx Coral Tree. HEX triplet: B4, 68 and 61. RGB value is (180,104,97). Sum of RGB (Red+Green+Blue) = 180+104+97=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46861 is #4B979E. Grayscale: #7E7E7E. Windows color (decimal): -4954015 or 6383796. OLE color: 6383796.

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

Color convert

RGB18010497-
CMYK00.420.460.29
HSL5.06º35.62%54.31%-
HSV(B)5.06º46.11%70.59%-
XYZ25.9320.4713.89-
YUV125.93111.68166.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=47.24%
G=27.30%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801049700.420.460.295.0635.6254.31
HexB4686102A2E1D52436
Octal264150141052563554466
Binary1011010011010001100001010101010111011101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46861; }

 p { color: rgb(180,104,97); }

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

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

 a { background-color: rgb(180,104,97); }

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

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

 span { border-color: rgb(180,104,97); }

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