#B46361

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

Shades of Coral Tree #B46361

Tints of Coral Tree #B46361

Color information

#B46361 (or 0xB46361) is unknown color: approx Coral Tree. HEX triplet: B4, 63 and 61. RGB value is (180,99,97). Sum of RGB (Red+Green+Blue) = 180+99+97=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46361 is #4B9C9E. Grayscale: #7B7B7B. Windows color (decimal): -4955295 or 6382516. OLE color: 6382516.

HSL color Cylindrical-coordinate representation of color #B46361: hue angle of 1.45º 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 #B46361 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1809997-
CMYK00.450.460.29
HSL1.45º35.62%54.31%-
HSV(B)1.45º46.11%70.59%-
XYZ25.4419.4913.73-
YUV122.99113.34168.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=47.87%
G=26.33%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180999700.450.460.291.4535.6254.31
HexB4636102D2E1D12436
Octal264143141055563514466
Binary10110100110001111000010101101101110111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46361; }

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

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

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

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

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

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

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

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