#B46464

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

Shades of Coral Tree #B46464

Tints of Coral Tree #B46464

Color information

#B46464 (or 0xB46464) is unknown color: approx Coral Tree. HEX triplet: B4, 64 and 64. RGB value is (180,100,100). Sum of RGB (Red+Green+Blue) = 180+100+100=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B46464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46464 is #4B9B9B. Grayscale: #7C7C7C. Windows color (decimal): -4955036 or 6579380. OLE color: 6579380.

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

Color convert

RGB180100100-
CMYK00.440.440.29
HSL34.78%54.9%-
HSV(B)44.44%70.59%-
XYZ25.6819.7414.51-
YUV123.92114.5168-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=47.37%
G=26.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010010000.440.440.29034.7854.9
HexB4646402C2C1D02337
Octal264144144054543504367
Binary10110100110010011001000101100101100111010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46464; }

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

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

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

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

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

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

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

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