#B4736A

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

Shades of Coral Tree #B4736A

Tints of Coral Tree #B4736A

Color information

#B4736A (or 0xB4736A) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 6A. RGB value is (180,115,106). Sum of RGB (Red+Green+Blue) = 180+115+106=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4736A is #4B8C95. Grayscale: #858585. Windows color (decimal): -4951190 or 6976436. OLE color: 6976436.

HSL color Cylindrical-coordinate representation of color #B4736A: 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 #B4736A is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180115106-
CMYK00.360.410.29
HSL7.3º33.04%56.08%-
HSV(B)7.3º41.11%70.59%-
XYZ27.5523.0116.62-
YUV133.41112.53161.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=44.89%
G=28.68%
B=26.43%

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
Decimal18011510600.360.410.297.333.0456.08
HexB4736A024291D72138
Octal264163152044513574170
Binary1011010011100111101010010010010100111101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4736A; }

 p { color: rgb(180,115,106); }

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

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

 a { background-color: rgb(180,115,106); }

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

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

 span { border-color: rgb(180,115,106); }

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