Html Css Color HEX #B16158 Coral Tree

📋 copy color: '#B16158'

red 177 ◦ green 97 ◦ blue 88

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

Shades of Coral Tree #B16158

Tints of Coral Tree #B16158

RGB

 RED value IS 177 (69.53% from 255) = 48.9%

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 48.9%
G = 26.8%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B16158 (or 0xB16158) is known color: Coral Tree. HEX triplet: B1, 61 and 58. RGB value is (177,97,88). Sum of RGB (Red+Green+Blue) = 177+97+88=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16158 is #4E9EA7. Grayscale: #787878. Windows color (decimal): -5152424 or 5792177. OLE color: 5792177.

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

Color convert

RGB 177 97 88 -
CMYK 0 0.45 0.50 0.31
HSL 6.07º 0.36% 0.52% -
HSV(B) 6.07º 0.5% 0.69% -
XYZ 24.17 18.6 11.55 -
YUV 119.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 177 97 88 0 0.45 0.50 0.31 6.07 0.36 0.52
Hex B1 61 58 0 2D 32 1F 6 24 34
Octal 261 141 130 0 55 62 37 6 44 64
Binary 10110001 1100001 1011000 0 101101 110010 11111 110 100100 110100

Color Harmonies of #B16158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16158

Black with #B16158

Text Example


Text Example

White with #B16158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16158; }

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

 H1.HeaderClassName
 {
   color: #B16158;
 }
 .AnyTagClassName
 {
   color: #B16158;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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