#B5765F

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

Shades of Coral Tree #B5765F

Tints of Coral Tree #B5765F

Color information

#B5765F (or 0xB5765F) is unknown color: approx Coral Tree. HEX triplet: B5, 76 and 5F. RGB value is (181,118,95). Sum of RGB (Red+Green+Blue) = 181+118+95=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5765F is #4A89A0. Grayscale: #868686. Windows color (decimal): -4884897 or 6256309. OLE color: 6256309.

HSL color Cylindrical-coordinate representation of color #B5765F: hue angle of 16.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5765F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18111895-
CMYK00.350.480.29
HSL16.05º36.75%54.12%-
HSV(B)16.05º47.51%70.98%-
XYZ27.623.6113.93-
YUV134.22105.87161.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=45.94%
G=29.95%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811189500.350.480.2916.0536.7554.12
HexB5765F023301D102536
Octal2651661370436035204566
Binary101101011110110101111101000111100001110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5765F; }

 p { color: rgb(181,118,95); }

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

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

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

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

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

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

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