#B1685E

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

Shades of Coral Tree #B1685E

Tints of Coral Tree #B1685E

Color information

#B1685E (or 0xB1685E) is unknown color: approx Coral Tree. HEX triplet: B1, 68 and 5E. RGB value is (177,104,94). Sum of RGB (Red+Green+Blue) = 177+104+94=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1685E is #4E97A1. Grayscale: #7C7C7C. Windows color (decimal): -5150626 or 6187185. OLE color: 6187185.

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

Color convert

RGB17710494-
CMYK00.410.470.31
HSL7.23º34.73%53.14%-
HSV(B)7.23º46.89%69.41%-
XYZ25.120.0613.14-
YUV124.69110.68165.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=47.2%
G=27.73%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771049400.410.470.317.2334.7353.14
HexB1685E0292F1F72335
Octal261150136051573774365
Binary1011000111010001011110010100110111111111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1685E; }

 p { color: rgb(177,104,94); }

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

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

 a { background-color: rgb(177,104,94); }

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

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

 span { border-color: rgb(177,104,94); }

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