#B46363

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

Shades of Coral Tree #B46363

Tints of Coral Tree #B46363

Color information

#B46363 (or 0xB46363) is unknown color: approx Coral Tree. HEX triplet: B4, 63 and 63. RGB value is (180,99,99). Sum of RGB (Red+Green+Blue) = 180+99+99=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B46363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46363 is #4B9C9C. Grayscale: #7B7B7B. Windows color (decimal): -4955293 or 6513588. OLE color: 6513588.

HSL color Cylindrical-coordinate representation of color #B46363: 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.45%. Process color model (Four color, CMYK) of #B46363 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1809999-
CMYK00.450.450.29
HSL35.06%54.71%-
HSV(B)45%70.59%-
XYZ25.5419.5314.23-
YUV123.22114.34168.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=47.62%
G=26.19%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180999900.450.450.29035.0654.71
HexB4636302D2D1D02337
Octal264143143055553504367
Binary10110100110001111000110101101101101111010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46363; }

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

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

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

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

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

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

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

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