#B5746B

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

Shades of Coral Tree #B5746B

Tints of Coral Tree #B5746B

Color information

#B5746B (or 0xB5746B) is unknown color: approx Coral Tree. HEX triplet: B5, 74 and 6B. RGB value is (181,116,107). Sum of RGB (Red+Green+Blue) = 181+116+107=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5746B is #4A8B94. Grayscale: #868686. Windows color (decimal): -4885397 or 7042229. OLE color: 7042229.

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

Color convert

RGB181116107-
CMYK00.360.410.29
HSL7.3º33.33%56.47%-
HSV(B)7.3º40.88%70.98%-
XYZ27.9623.3816.95-
YUV134.41112.53161.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=44.80%
G=28.71%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111610700.360.410.297.333.3356.47
HexB5746B024291D72138
Octal265164153044513574170
Binary1011010111101001101011010010010100111101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5746B; }

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

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

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

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

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

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

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

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