#B3746C

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

Shades of Coral Tree #B3746C

Tints of Coral Tree #B3746C

Color information

#B3746C (or 0xB3746C) is unknown color: approx Coral Tree. HEX triplet: B3, 74 and 6C. RGB value is (179,116,108). Sum of RGB (Red+Green+Blue) = 179+116+108=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3746C is #4C8B93. Grayscale: #868686. Windows color (decimal): -5016468 or 7107763. OLE color: 7107763.

HSL color Cylindrical-coordinate representation of color #B3746C: hue angle of 6.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3746C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179116108-
CMYK00.350.400.30
HSL6.76º31.84%56.27%-
HSV(B)6.76º39.66%70.2%-
XYZ27.5423.1617.21-
YUV133.93113.37160.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=44.42%
G=28.78%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911610800.350.400.306.7631.8456.27
HexB3746C023281E72038
Octal263164154043503674070
Binary1011001111101001101100010001110100011110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3746C; }

 p { color: rgb(179,116,108); }

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

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

 a { background-color: rgb(179,116,108); }

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

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

 span { border-color: rgb(179,116,108); }

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