#B4625D

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

Shades of Coral Tree #B4625D

Tints of Coral Tree #B4625D

Color information

#B4625D (or 0xB4625D) is unknown color: approx Coral Tree. HEX triplet: B4, 62 and 5D. RGB value is (180,98,93). Sum of RGB (Red+Green+Blue) = 180+98+93=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4625D is #4B9DA2. Grayscale: #7A7A7A. Windows color (decimal): -4955555 or 6120116. OLE color: 6120116.

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

Color convert

RGB1809893-
CMYK00.460.480.29
HSL3.45º36.71%53.53%-
HSV(B)3.45º48.33%70.59%-
XYZ25.1719.2312.74-
YUV121.95111.67169.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=48.52%
G=26.42%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180989300.460.480.293.4536.7153.53
HexB4625D02E301D32536
Octal264142135056603534566
Binary101101001100010101110101011101100001110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4625D; }

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

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

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

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

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

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

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

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