#B3625D

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

Shades of Coral Tree #B3625D

Tints of Coral Tree #B3625D

Color information

#B3625D (or 0xB3625D) is unknown color: approx Coral Tree. HEX triplet: B3, 62 and 5D. RGB value is (179,98,93). Sum of RGB (Red+Green+Blue) = 179+98+93=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3625D is #4C9DA2. Grayscale: #797979. Windows color (decimal): -5021091 or 6120115. OLE color: 6120115.

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

Color convert

RGB1799893-
CMYK00.450.480.30
HSL3.49º36.13%53.33%-
HSV(B)3.49º48.04%70.2%-
XYZ24.9319.1112.73-
YUV121.65111.84168.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=48.38%
G=26.49%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179989300.450.480.303.4936.1353.33
HexB3625D02D301E32435
Octal263142135055603634465
Binary101100111100010101110101011011100001111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3625D; }

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

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

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

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

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

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

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

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