#B5685F

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

Shades of Coral Tree #B5685F

Tints of Coral Tree #B5685F

Color information

#B5685F (or 0xB5685F) is unknown color: approx Coral Tree. HEX triplet: B5, 68 and 5F. RGB value is (181,104,95). Sum of RGB (Red+Green+Blue) = 181+104+95=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5685F is #4A97A0. Grayscale: #7E7E7E. Windows color (decimal): -4888481 or 6252725. OLE color: 6252725.

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

Color convert

RGB18110495-
CMYK00.430.480.29
HSL6.28º36.75%54.12%-
HSV(B)6.28º47.51%70.98%-
XYZ26.0720.5513.42-
YUV126110.51167.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 95 (37.5% from 255) = 25%
R=47.63%
G=27.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811049500.430.480.296.2836.7554.12
HexB5685F02B301D62536
Octal265150137053603564566
Binary1011010111010001011111010101111000011101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5685F; }

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

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

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

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

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

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

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

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