#B1685A

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

Shades of Coral Tree #B1685A

Tints of Coral Tree #B1685A

Color information

#B1685A (or 0xB1685A) is unknown color: approx Coral Tree. HEX triplet: B1, 68 and 5A. RGB value is (177,104,90). Sum of RGB (Red+Green+Blue) = 177+104+90=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1685A is #4E97A5. Grayscale: #7C7C7C. Windows color (decimal): -5150630 or 5925041. OLE color: 5925041.

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

Color convert

RGB17710490-
CMYK00.410.490.31
HSL9.66º35.8%52.35%-
HSV(B)9.66º49.15%69.41%-
XYZ24.9319.9912.22-
YUV124.23108.68165.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=47.71%
G=28.03%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771049000.410.490.319.6635.852.35
HexB1685A029311Fa2434
Octal2611501320516137124464
Binary10110001110100010110100101001110001111111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1685A; }

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

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

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

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

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

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

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

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