#B46F61

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

Shades of Coral Tree #B46F61

Tints of Coral Tree #B46F61

Color information

#B46F61 (or 0xB46F61) is unknown color: approx Coral Tree. HEX triplet: B4, 6F and 61. RGB value is (180,111,97). Sum of RGB (Red+Green+Blue) = 180+111+97=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F61 is #4B909E. Grayscale: #828282. Windows color (decimal): -4952223 or 6385588. OLE color: 6385588.

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

Color convert

RGB18011197-
CMYK00.380.460.29
HSL10.12º35.62%54.31%-
HSV(B)10.12º46.11%70.59%-
XYZ26.6621.9414.14-
YUV130.04109.36163.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 97 (38.28% from 255) = 25%
R=46.39%
G=28.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801119700.380.460.2910.1235.6254.31
HexB46F610262E1Da2436
Octal2641571410465635124466
Binary10110100110111111000010100110101110111011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F61; }

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

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

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

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

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

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

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

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