#B16258

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

Shades of Coral Tree #B16258

Tints of Coral Tree #B16258

Color information

#B16258 (or 0xB16258) is unknown color: approx Coral Tree. HEX triplet: B1, 62 and 58. RGB value is (177,98,88). Sum of RGB (Red+Green+Blue) = 177+98+88=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16258 is #4E9DA7. Grayscale: #787878. Windows color (decimal): -5152168 or 5792433. OLE color: 5792433.

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

Color convert

RGB1779888-
CMYK00.450.500.31
HSL6.74º36.33%51.96%-
HSV(B)6.74º50.28%69.41%-
XYZ24.2618.7911.58-
YUV120.48109.67168.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=48.76%
G=27.00%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177988800.450.500.316.7436.3351.96
HexB1625802D321F72434
Octal261142130055623774464
Binary1011000111000101011000010110111001011111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16258; }

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

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

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

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

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

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

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

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