#B1726A

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

Shades of Coral Tree #B1726A

Tints of Coral Tree #B1726A

Color information

#B1726A (or 0xB1726A) is unknown color: approx Coral Tree. HEX triplet: B1, 72 and 6A. RGB value is (177,114,106). Sum of RGB (Red+Green+Blue) = 177+114+106=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1726A is #4E8D95. Grayscale: #848484. Windows color (decimal): -5148054 or 6976177. OLE color: 6976177.

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

Color convert

RGB177114106-
CMYK00.360.400.31
HSL6.76º31.28%55.49%-
HSV(B)6.76º40.11%69.41%-
XYZ26.7522.4216.55-
YUV131.92113.37160.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=44.58%
G=28.72%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711410600.360.400.316.7631.2855.49
HexB1726A024281F71f37
Octal261162152044503773767
Binary101100011110010110101001001001010001111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1726A; }

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

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

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

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

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

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

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

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