#B1766D

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

Shades of Coral Tree #B1766D

Tints of Coral Tree #B1766D

Color information

#B1766D (or 0xB1766D) is unknown color: approx Coral Tree. HEX triplet: B1, 76 and 6D. RGB value is (177,118,109). Sum of RGB (Red+Green+Blue) = 177+118+109=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1766D is #4E8992. Grayscale: #868686. Windows color (decimal): -5147027 or 7173809. OLE color: 7173809.

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

Color convert

RGB177118109-
CMYK00.330.380.31
HSL7.94º30.36%56.08%-
HSV(B)7.94º38.42%69.41%-
XYZ27.3723.4117.54-
YUV134.61113.55158.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=43.81%
G=29.21%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711810900.330.380.317.9430.3656.08
HexB1766D021261F81e38
Octal2611661550414637103670
Binary1011000111101101101101010000110011011111100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1766D; }

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

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

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

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

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

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

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

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