#B1695D

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

Shades of Coral Tree #B1695D

Tints of Coral Tree #B1695D

Color information

#B1695D (or 0xB1695D) is unknown color: approx Coral Tree. HEX triplet: B1, 69 and 5D. RGB value is (177,105,93). Sum of RGB (Red+Green+Blue) = 177+105+93=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1695D is #4E96A2. Grayscale: #7D7D7D. Windows color (decimal): -5150371 or 6121905. OLE color: 6121905.

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

Color convert

RGB17710593-
CMYK00.410.470.31
HSL8.57º35%52.94%-
HSV(B)8.57º47.46%69.41%-
XYZ25.1620.2412.94-
YUV125.16109.85164.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=47.2%
G=28%
B=24.8%

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
Decimal1771059300.410.470.318.573552.94
HexB1695D0292F1F92335
Octal2611511350515737114365
Binary10110001110100110111010101001101111111111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1695D; }

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

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

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

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

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

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

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

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