#B1655D

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

Shades of Coral Tree #B1655D

Tints of Coral Tree #B1655D

Color information

#B1655D (or 0xB1655D) is unknown color: approx Coral Tree. HEX triplet: B1, 65 and 5D. RGB value is (177,101,93). Sum of RGB (Red+Green+Blue) = 177+101+93=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1655D is #4E9AA2. Grayscale: #7A7A7A. Windows color (decimal): -5151395 or 6120881. OLE color: 6120881.

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

Color convert

RGB17710193-
CMYK00.430.470.31
HSL5.71º35%52.94%-
HSV(B)5.71º47.46%69.41%-
XYZ24.7619.4412.8-
YUV122.81111.18166.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=47.71%
G=27.22%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771019300.430.470.315.713552.94
HexB1655D02B2F1F62335
Octal261145135053573764365
Binary1011000111001011011101010101110111111111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1655D; }

 p { color: rgb(177,101,93); }

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

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

 a { background-color: rgb(177,101,93); }

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

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

 span { border-color: rgb(177,101,93); }

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