#B5756A

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

Shades of Coral Tree #B5756A

Tints of Coral Tree #B5756A

Color information

#B5756A (or 0xB5756A) is unknown color: approx Coral Tree. HEX triplet: B5, 75 and 6A. RGB value is (181,117,106). Sum of RGB (Red+Green+Blue) = 181+117+106=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5756A is #4A8A95. Grayscale: #868686. Windows color (decimal): -4885142 or 6976949. OLE color: 6976949.

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

Color convert

RGB181117106-
CMYK00.350.410.29
HSL8.8º33.63%56.27%-
HSV(B)8.8º41.44%70.98%-
XYZ28.0223.5916.71-
YUV134.88111.7160.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=44.80%
G=28.96%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111710600.350.410.298.833.6356.27
HexB5756A023291D92238
Octal2651651520435135114270
Binary10110101111010111010100100011101001111011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5756A; }

 p { color: rgb(181,117,106); }

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

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

 a { background-color: rgb(181,117,106); }

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

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

 span { border-color: rgb(181,117,106); }

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