#B57465

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

Shades of Coral Tree #B57465

Tints of Coral Tree #B57465

Color information

#B57465 (or 0xB57465) is unknown color: approx Coral Tree. HEX triplet: B5, 74 and 65. RGB value is (181,116,101). Sum of RGB (Red+Green+Blue) = 181+116+101=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B57465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57465 is #4A8B9A. Grayscale: #858585. Windows color (decimal): -4885403 or 6649013. OLE color: 6649013.

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

Color convert

RGB181116101-
CMYK00.360.440.29
HSL11.25º35.09%55.29%-
HSV(B)11.25º44.2%70.98%-
XYZ27.6523.2515.34-
YUV133.72109.53161.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=45.48%
G=29.15%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111610100.360.440.2911.2535.0955.29
HexB574650242C1Db2337
Octal2651641450445435134367
Binary10110101111010011001010100100101100111011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57465; }

 p { color: rgb(181,116,101); }

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

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

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

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

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

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

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