#B4625C

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

Shades of Coral Tree #B4625C

Tints of Coral Tree #B4625C

Color information

#B4625C (or 0xB4625C) is unknown color: approx Coral Tree. HEX triplet: B4, 62 and 5C. RGB value is (180,98,92). Sum of RGB (Red+Green+Blue) = 180+98+92=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4625C is #4B9DA3. Grayscale: #797979. Windows color (decimal): -4955556 or 6054580. OLE color: 6054580.

HSL color Cylindrical-coordinate representation of color #B4625C: hue angle of 4.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4625C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1809892-
CMYK00.460.490.29
HSL4.09º36.97%53.33%-
HSV(B)4.09º48.89%70.59%-
XYZ25.1219.2112.51-
YUV121.83111.17169.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=48.65%
G=26.49%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180989200.460.490.294.0936.9753.33
HexB4625C02E311D42535
Octal264142134056613544565
Binary1011010011000101011100010111011000111101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4625C; }

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

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

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

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

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

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

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

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