#B1625B

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

Shades of Coral Tree #B1625B

Tints of Coral Tree #B1625B

Color information

#B1625B (or 0xB1625B) is unknown color: approx Coral Tree. HEX triplet: B1, 62 and 5B. RGB value is (177,98,91). Sum of RGB (Red+Green+Blue) = 177+98+91=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1625B is #4E9DA4. Grayscale: #787878. Windows color (decimal): -5152165 or 5989041. OLE color: 5989041.

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

Color convert

RGB1779891-
CMYK00.450.490.31
HSL4.88º35.54%52.55%-
HSV(B)4.88º48.59%69.41%-
XYZ24.3918.8412.25-
YUV120.82111.17168.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=48.36%
G=26.78%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177989100.450.490.314.8835.5452.55
HexB1625B02D311F52435
Octal261142133055613754465
Binary1011000111000101011011010110111000111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1625B; }

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

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

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

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

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

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

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

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