#B0645E

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

Shades of Coral Tree #B0645E

Tints of Coral Tree #B0645E

Color information

#B0645E (or 0xB0645E) is unknown color: approx Coral Tree. HEX triplet: B0, 64 and 5E. RGB value is (176,100,94). Sum of RGB (Red+Green+Blue) = 176+100+94=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645E is #4F9BA1. Grayscale: #7A7A7A. Windows color (decimal): -5217186 or 6186160. OLE color: 6186160.

HSL color Cylindrical-coordinate representation of color #B0645E: hue angle of 4.39º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0645E is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17610094-
CMYK00.430.470.31
HSL4.39º34.17%52.94%-
HSV(B)4.39º46.59%69.02%-
XYZ24.4819.1513-
YUV122.04112.18166.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=47.57%
G=27.03%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761009400.430.470.314.3934.1752.94
HexB0645E02B2F1F42235
Octal260144136053573744265
Binary1011000011001001011110010101110111111111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0645E; }

 p { color: rgb(176,100,94); }

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

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

 a { background-color: rgb(176,100,94); }

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

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

 span { border-color: rgb(176,100,94); }

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