#B1615C

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

Shades of Coral Tree #B1615C

Tints of Coral Tree #B1615C

Color information

#B1615C (or 0xB1615C) is unknown color: approx Coral Tree. HEX triplet: B1, 61 and 5C. RGB value is (177,97,92). Sum of RGB (Red+Green+Blue) = 177+97+92=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1615C is #4E9EA3. Grayscale: #787878. Windows color (decimal): -5152420 or 6054321. OLE color: 6054321.

HSL color Cylindrical-coordinate representation of color #B1615C: hue angle of 3.53º 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 #B1615C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1779792-
CMYK00.450.480.31
HSL3.53º35.27%52.75%-
HSV(B)3.53º48.02%69.41%-
XYZ24.3418.6712.45-
YUV120.35112168.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=48.36%
G=26.50%
B=25.14%

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
Decimal177979200.450.480.313.5335.2752.75
HexB1615C02D301F42335
Octal261141134055603744365
Binary1011000111000011011100010110111000011111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1615C; }

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

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

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

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

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

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

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

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