#B46B61

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

Shades of Coral Tree #B46B61

Tints of Coral Tree #B46B61

Color information

#B46B61 (or 0xB46B61) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 61. RGB value is (180,107,97). Sum of RGB (Red+Green+Blue) = 180+107+97=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B61 is #4B949E. Grayscale: #7F7F7F. Windows color (decimal): -4953247 or 6384564. OLE color: 6384564.

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

Color convert

RGB18010797-
CMYK00.410.460.29
HSL7.23º35.62%54.31%-
HSV(B)7.23º46.11%70.59%-
XYZ26.2421.0814-
YUV127.69110.68165.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=46.88%
G=27.86%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801079700.410.460.297.2335.6254.31
HexB46B610292E1D72436
Octal264153141051563574466
Binary1011010011010111100001010100110111011101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B61; }

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

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

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

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

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

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

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

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