#B1665F

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

Shades of Coral Tree #B1665F

Tints of Coral Tree #B1665F

Color information

#B1665F (or 0xB1665F) is unknown color: approx Coral Tree. HEX triplet: B1, 66 and 5F. RGB value is (177,102,95). Sum of RGB (Red+Green+Blue) = 177+102+95=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1665F is #4E99A0. Grayscale: #7B7B7B. Windows color (decimal): -5151137 or 6252209. OLE color: 6252209.

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

Color convert

RGB17710295-
CMYK00.420.460.31
HSL5.12º34.45%53.33%-
HSV(B)5.12º46.33%69.41%-
XYZ24.9519.6813.31-
YUV123.63111.85166.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=47.33%
G=27.27%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771029500.420.460.315.1234.4553.33
HexB1665F02A2E1F52235
Octal261146137052563754265
Binary1011000111001101011111010101010111011111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1665F; }

 p { color: rgb(177,102,95); }

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

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

 a { background-color: rgb(177,102,95); }

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

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

 span { border-color: rgb(177,102,95); }

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