#B1766A

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

Shades of Coral Tree #B1766A

Tints of Coral Tree #B1766A

Color information

#B1766A (or 0xB1766A) is unknown color: approx Coral Tree. HEX triplet: B1, 76 and 6A. RGB value is (177,118,106). Sum of RGB (Red+Green+Blue) = 177+118+106=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1766A is #4E8995. Grayscale: #868686. Windows color (decimal): -5147030 or 6977201. OLE color: 6977201.

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

Color convert

RGB177118106-
CMYK00.330.400.31
HSL10.14º31.28%55.49%-
HSV(B)10.14º40.11%69.41%-
XYZ27.2123.3416.71-
YUV134.27112.05158.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=44.14%
G=29.43%
B=26.43%

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
Decimal17711810600.330.400.3110.1431.2855.49
HexB1766A021281Fa1f37
Octal2611661520415037123767
Binary1011000111101101101010010000110100011111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1766A; }

 p { color: rgb(177,118,106); }

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

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

 a { background-color: rgb(177,118,106); }

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

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

 span { border-color: rgb(177,118,106); }

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