#B16058

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

Shades of Coral Tree #B16058

Tints of Coral Tree #B16058

Color information

#B16058 (or 0xB16058) is unknown color: approx Coral Tree. HEX triplet: B1, 60 and 58. RGB value is (177,96,88). Sum of RGB (Red+Green+Blue) = 177+96+88=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16058 is #4E9FA7. Grayscale: #777777. Windows color (decimal): -5152680 or 5791921. OLE color: 5791921.

HSL color Cylindrical-coordinate representation of color #B16058: hue angle of 5.39º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16058 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1779688-
CMYK00.460.500.31
HSL5.39º36.33%51.96%-
HSV(B)5.39º50.28%69.41%-
XYZ24.0818.4211.52-
YUV119.31110.34169.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=49.03%
G=26.59%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177968800.460.500.315.3936.3351.96
HexB1605802E321F52434
Octal261140130056623754464
Binary1011000111000001011000010111011001011111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16058; }

 p { color: rgb(177,96,88); }

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

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

 a { background-color: rgb(177,96,88); }

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

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

 span { border-color: rgb(177,96,88); }

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