#B46B64

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

Shades of Coral Tree #B46B64

Tints of Coral Tree #B46B64

Color information

#B46B64 (or 0xB46B64) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 64. RGB value is (180,107,100). Sum of RGB (Red+Green+Blue) = 180+107+100=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B64 is #4B949B. Grayscale: #808080. Windows color (decimal): -4953244 or 6581172. OLE color: 6581172.

HSL color Cylindrical-coordinate representation of color #B46B64: hue angle of 5.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46B64 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180107100-
CMYK00.410.440.29
HSL5.25º34.78%54.9%-
HSV(B)5.25º44.44%70.59%-
XYZ26.3821.1414.75-
YUV128.03112.18165.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=46.51%
G=27.65%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010710000.410.440.295.2534.7854.9
HexB46B640292C1D52337
Octal264153144051543554367
Binary1011010011010111100100010100110110011101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B64; }

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

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

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

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

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

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

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

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