#B1625C

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

Shades of Coral Tree #B1625C

Tints of Coral Tree #B1625C

Color information

#B1625C (or 0xB1625C) is unknown color: approx Coral Tree. HEX triplet: B1, 62 and 5C. RGB value is (177,98,92). Sum of RGB (Red+Green+Blue) = 177+98+92=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1625C is #4E9DA3. Grayscale: #797979. Windows color (decimal): -5152164 or 6054577. OLE color: 6054577.

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

Color convert

RGB1779892-
CMYK00.450.480.31
HSL4.24º35.27%52.75%-
HSV(B)4.24º48.02%69.41%-
XYZ24.4318.8612.48-
YUV120.94111.67167.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=48.23%
G=26.70%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177989200.450.480.314.2435.2752.75
HexB1625C02D301F42335
Octal261142134055603744365
Binary1011000111000101011100010110111000011111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1625C; }

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

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

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

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

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

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

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

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