#B1776B

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

Shades of Coral Tree #B1776B

Tints of Coral Tree #B1776B

Color information

#B1776B (or 0xB1776B) is unknown color: approx Coral Tree. HEX triplet: B1, 77 and 6B. RGB value is (177,119,107). Sum of RGB (Red+Green+Blue) = 177+119+107=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1776B is #4E8894. Grayscale: #878787. Windows color (decimal): -5146773 or 7042993. OLE color: 7042993.

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

Color convert

RGB177119107-
CMYK00.330.400.31
HSL10.29º30.97%55.69%-
HSV(B)10.29º39.55%69.41%-
XYZ27.3823.617.02-
YUV134.97112.22157.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=43.92%
G=29.53%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711910700.330.400.3110.2930.9755.69
HexB1776B021281Fa1f38
Octal2611671530415037123770
Binary1011000111101111101011010000110100011111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1776B; }

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

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

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

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

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

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

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

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