#B1746B

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

Shades of Coral Tree #B1746B

Tints of Coral Tree #B1746B

Color information

#B1746B (or 0xB1746B) is unknown color: approx Coral Tree. HEX triplet: B1, 74 and 6B. RGB value is (177,116,107). Sum of RGB (Red+Green+Blue) = 177+116+107=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1746B is #4E8B94. Grayscale: #858585. Windows color (decimal): -5147541 or 7042225. OLE color: 7042225.

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

Color convert

RGB177116107-
CMYK00.340.400.31
HSL7.71º30.97%55.69%-
HSV(B)7.71º39.55%69.41%-
XYZ27.0322.916.91-
YUV133.21113.21159.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=44.25%
G=29%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711610700.340.400.317.7130.9755.69
HexB1746B022281F81f38
Octal2611641530425037103770
Binary1011000111101001101011010001010100011111100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1746B; }

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

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

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

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

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

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

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

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