Html Css Color HEX #B16058 Coral Tree

📋 copy color: '#B16058'

red 177 ◦ green 96 ◦ blue 88

#B16058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B16058

Tints of Coral Tree #B16058

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 value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B16058 (or 0xB16058) is known color: 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

RGB 177 96 88 -
CMYK 0 0.46 0.50 0.31
HSL 5.39º 0.36% 0.52% -
HSV(B) 5.39º 0.5% 0.69% -
XYZ 24.08 18.42 11.52 -
YUV 119.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 177 96 88 0 0.46 0.50 0.31 5.39 0.36 0.52
Hex B1 60 58 0 2E 32 1F 5 24 34
Octal 261 140 130 0 56 62 37 5 44 64
Binary 10110001 1100000 1011000 0 101110 110010 11111 101 100100 110100

Color Harmonies of #B16058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16058

Black with #B16058

Text Example


Text Example

White with #B16058

Text Example


Text Example

HTML Codes & Css Web 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>