#B1655C

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

Shades of Coral Tree #B1655C

Tints of Coral Tree #B1655C

Color information

#B1655C (or 0xB1655C) is unknown color: approx Coral Tree. HEX triplet: B1, 65 and 5C. RGB value is (177,101,92). Sum of RGB (Red+Green+Blue) = 177+101+92=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1655C is #4E9AA3. Grayscale: #7A7A7A. Windows color (decimal): -5151396 or 6055345. OLE color: 6055345.

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

Color convert

RGB17710192-
CMYK00.430.480.31
HSL6.35º35.27%52.75%-
HSV(B)6.35º48.02%69.41%-
XYZ24.7219.4312.57-
YUV122.7110.68166.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=47.84%
G=27.30%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771019200.430.480.316.3535.2752.75
HexB1655C02B301F62335
Octal261145134053603764365
Binary1011000111001011011100010101111000011111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1655C; }

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

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

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

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

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

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

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

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