#B46262

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

Shades of Coral Tree #B46262

Tints of Coral Tree #B46262

Color information

#B46262 (or 0xB46262) is unknown color: approx Coral Tree. HEX triplet: B4, 62 and 62. RGB value is (180,98,98). Sum of RGB (Red+Green+Blue) = 180+98+98=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46262 is #4B9D9D. Grayscale: #7A7A7A. Windows color (decimal): -4955550 or 6447796. OLE color: 6447796.

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

Color convert

RGB1809898-
CMYK00.460.460.29
HSL35.34%54.51%-
HSV(B)45.56%70.59%-
XYZ25.3919.3213.95-
YUV122.52114.17169-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=47.87%
G=26.06%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180989800.460.460.29035.3454.51
HexB4626202E2E1D02337
Octal264142142056563504367
Binary10110100110001011000100101110101110111010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46262; }

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

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

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

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

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

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

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

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