#B3625E

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

Shades of Coral Tree #B3625E

Tints of Coral Tree #B3625E

Color information

#B3625E (or 0xB3625E) is unknown color: approx Coral Tree. HEX triplet: B3, 62 and 5E. RGB value is (179,98,94). Sum of RGB (Red+Green+Blue) = 179+98+94=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3625E is #4C9DA1. Grayscale: #797979. Windows color (decimal): -5021090 or 6185651. OLE color: 6185651.

HSL color Cylindrical-coordinate representation of color #B3625E: hue angle of 2.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3625E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1799894-
CMYK00.450.470.30
HSL2.82º35.86%53.53%-
HSV(B)2.82º47.49%70.2%-
XYZ24.9819.1312.97-
YUV121.76112.34168.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=48.25%
G=26.42%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179989400.450.470.302.8235.8653.53
HexB3625E02D2F1E32436
Octal263142136055573634466
Binary101100111100010101111001011011011111111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3625E; }

 p { color: rgb(179,98,94); }

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

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

 a { background-color: rgb(179,98,94); }

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

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

 span { border-color: rgb(179,98,94); }

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