#B57262

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

Shades of Coral Tree #B57262

Tints of Coral Tree #B57262

Color information

#B57262 (or 0xB57262) is unknown color: approx Coral Tree. HEX triplet: B5, 72 and 62. RGB value is (181,114,98). Sum of RGB (Red+Green+Blue) = 181+114+98=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B57262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57262 is #4A8D9D. Grayscale: #848484. Windows color (decimal): -4885918 or 6451893. OLE color: 6451893.

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

Color convert

RGB18111498-
CMYK00.370.460.29
HSL11.57º35.93%54.71%-
HSV(B)11.57º45.86%70.98%-
XYZ27.2822.7414.51-
YUV132.21108.7162.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=46.06%
G=29.01%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811149800.370.460.2911.5735.9354.71
HexB572620252E1Dc2437
Octal2651621420455635144467
Binary10110101111001011000100100101101110111011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57262; }

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

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

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

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

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

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

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

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