#B56262

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

Shades of Coral Tree #B56262

Tints of Coral Tree #B56262

Color information

#B56262 (or 0xB56262) is unknown color: approx Coral Tree. HEX triplet: B5, 62 and 62. RGB value is (181,98,98). Sum of RGB (Red+Green+Blue) = 181+98+98=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56262 is #4A9D9D. Grayscale: #7A7A7A. Windows color (decimal): -4890014 or 6447797. OLE color: 6447797.

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

Color convert

RGB1819898-
CMYK00.460.460.29
HSL35.93%54.71%-
HSV(B)45.86%70.98%-
XYZ25.6319.4413.96-
YUV122.82114169.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=48.01%
G=25.99%
B=25.99%

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
Decimal181989800.460.460.29035.9354.71
HexB5626202E2E1D02437
Octal265142142056563504467
Binary10110101110001011000100101110101110111010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56262; }

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

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

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

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

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

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

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

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