#B1786B

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

Shades of Coral Tree #B1786B

Tints of Coral Tree #B1786B

Color information

#B1786B (or 0xB1786B) is unknown color: approx Coral Tree. HEX triplet: B1, 78 and 6B. RGB value is (177,120,107). Sum of RGB (Red+Green+Blue) = 177+120+107=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1786B is #4E8794. Grayscale: #878787. Windows color (decimal): -5146517 or 7043249. OLE color: 7043249.

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

Color convert

RGB177120107-
CMYK00.320.400.31
HSL11.14º30.97%55.69%-
HSV(B)11.14º39.55%69.41%-
XYZ27.523.8417.06-
YUV135.56111.88157.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=43.81%
G=29.70%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712010700.320.400.3111.1430.9755.69
HexB1786B020281Fb1f38
Octal2611701530405037133770
Binary1011000111110001101011010000010100011111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1786B; }

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

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

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

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

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

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

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

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