#B4735E

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

Shades of Coral Tree #B4735E

Tints of Coral Tree #B4735E

Color information

#B4735E (or 0xB4735E) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 5E. RGB value is (180,115,94). Sum of RGB (Red+Green+Blue) = 180+115+94=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4735E is #4B8CA1. Grayscale: #848484. Windows color (decimal): -4951202 or 6190004. OLE color: 6190004.

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

Color convert

RGB18011594-
CMYK00.360.480.29
HSL14.65º36.44%53.73%-
HSV(B)14.65º47.78%70.59%-
XYZ26.9722.7713.56-
YUV132.04106.53162.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=46.27%
G=29.56%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801159400.360.480.2914.6536.4453.73
HexB4735E024301Df2436
Octal2641631360446035174466
Binary10110100111001110111100100100110000111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4735E; }

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

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

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

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

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

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

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

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