#B16F5C

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

Shades of Coral Tree #B16F5C

Tints of Coral Tree #B16F5C

Color information

#B16F5C (or 0xB16F5C) is unknown color: approx Coral Tree. HEX triplet: B1, 6F and 5C. RGB value is (177,111,92). Sum of RGB (Red+Green+Blue) = 177+111+92=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F5C is #4E90A3. Grayscale: #808080. Windows color (decimal): -5148836 or 6057905. OLE color: 6057905.

HSL color Cylindrical-coordinate representation of color #B16F5C: hue angle of 13.41º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16F5C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17711192-
CMYK00.370.480.31
HSL13.41º35.27%52.75%-
HSV(B)13.41º48.02%69.41%-
XYZ25.7521.4912.92-
YUV128.57107.37162.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=46.58%
G=29.21%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771119200.370.480.3113.4135.2752.75
HexB16F5C025301Fd2335
Octal2611571340456037154365
Binary10110001110111110111000100101110000111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F5C; }

 p { color: rgb(177,111,92); }

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

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

 a { background-color: rgb(177,111,92); }

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

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

 span { border-color: rgb(177,111,92); }

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