#B4765E

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

Shades of Coral Tree #B4765E

Tints of Coral Tree #B4765E

Color information

#B4765E (or 0xB4765E) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 5E. RGB value is (180,118,94). Sum of RGB (Red+Green+Blue) = 180+118+94=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4765E is #4B89A1. Grayscale: #858585. Windows color (decimal): -4950434 or 6190772. OLE color: 6190772.

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

Color convert

RGB18011894-
CMYK00.340.480.29
HSL16.74º36.44%53.73%-
HSV(B)16.74º47.78%70.59%-
XYZ27.3223.4713.68-
YUV133.8105.54160.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=45.92%
G=30.10%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801189400.340.480.2916.7436.4453.73
HexB4765E022301D112436
Octal2641661360426035214466
Binary101101001110110101111001000101100001110110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4765E; }

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

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

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

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

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

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

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

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