#B1786F

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

Shades of Coral Tree #B1786F

Tints of Coral Tree #B1786F

Color information

#B1786F (or 0xB1786F) is unknown color: approx Coral Tree. HEX triplet: B1, 78 and 6F. RGB value is (177,120,111). Sum of RGB (Red+Green+Blue) = 177+120+111=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1786F is #4E8790. Grayscale: #888888. Windows color (decimal): -5146513 or 7305393. OLE color: 7305393.

HSL color Cylindrical-coordinate representation of color #B1786F: hue angle of 8.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1786F is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB177120111-
CMYK00.320.370.31
HSL8.18º29.73%56.47%-
HSV(B)8.18º37.29%69.41%-
XYZ27.7223.9318.2-
YUV136.02113.88157.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=43.38%
G=29.41%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712011100.320.370.318.1829.7356.47
HexB1786F020251F81e38
Octal2611701570404537103670
Binary1011000111110001101111010000010010111111100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1786F; }

 p { color: rgb(177,120,111); }

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

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

 a { background-color: rgb(177,120,111); }

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

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

 span { border-color: rgb(177,120,111); }

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