#B3625A

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

Shades of Coral Tree #B3625A

Tints of Coral Tree #B3625A

Color information

#B3625A (or 0xB3625A) is unknown color: approx Coral Tree. HEX triplet: B3, 62 and 5A. RGB value is (179,98,90). Sum of RGB (Red+Green+Blue) = 179+98+90=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3625A is #4C9DA5. Grayscale: #797979. Windows color (decimal): -5021094 or 5923507. OLE color: 5923507.

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

Color convert

RGB1799890-
CMYK00.450.500.30
HSL5.39º36.93%52.75%-
HSV(B)5.39º49.72%70.2%-
XYZ24.819.0612.04-
YUV121.31110.34169.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=48.77%
G=26.70%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179989000.450.500.305.3936.9352.75
HexB3625A02D321E52535
Octal263142132055623654565
Binary1011001111000101011010010110111001011110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3625A; }

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

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

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

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

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

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

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

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