#B1615A

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

Shades of Coral Tree #B1615A

Tints of Coral Tree #B1615A

Color information

#B1615A (or 0xB1615A) is unknown color: approx Coral Tree. HEX triplet: B1, 61 and 5A. RGB value is (177,97,90). Sum of RGB (Red+Green+Blue) = 177+97+90=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1615A is #4E9EA5. Grayscale: #787878. Windows color (decimal): -5152422 or 5923249. OLE color: 5923249.

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

Color convert

RGB1779790-
CMYK00.450.490.31
HSL4.83º35.8%52.35%-
HSV(B)4.83º49.15%69.41%-
XYZ24.2518.6311.99-
YUV120.12111168.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=48.63%
G=26.65%
B=24.73%

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
Decimal177979000.450.490.314.8335.852.35
HexB1615A02D311F52434
Octal261141132055613754464
Binary1011000111000011011010010110111000111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1615A; }

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

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

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

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

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

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

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

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