#B5685E

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

Shades of Coral Tree #B5685E

Tints of Coral Tree #B5685E

Color information

#B5685E (or 0xB5685E) is unknown color: approx Coral Tree. HEX triplet: B5, 68 and 5E. RGB value is (181,104,94). Sum of RGB (Red+Green+Blue) = 181+104+94=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5685E is #4A97A1. Grayscale: #7E7E7E. Windows color (decimal): -4888482 or 6187189. OLE color: 6187189.

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

Color convert

RGB18110494-
CMYK00.430.480.29
HSL6.9º37.02%53.92%-
HSV(B)6.9º48.07%70.98%-
XYZ26.0320.5313.18-
YUV125.88110.01167.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=47.76%
G=27.44%
B=24.80%

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
Decimal1811049400.430.480.296.937.0253.92
HexB5685E02B301D72536
Octal265150136053603574566
Binary1011010111010001011110010101111000011101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5685E; }

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

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

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

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

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

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

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

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