Html Css Color HEX #B16E77 Turkish Rose

📋 copy color: '#B16E77'

red 177 ◦ green 110 ◦ blue 119

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

Shades of Turkish Rose #B16E77

Tints of Turkish Rose #B16E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 43.6%
G = 27.09%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16E77 (or 0xB16E77) is known color: Turkish Rose. HEX triplet: B1, 6E and 77. RGB value is (177,110,119). Sum of RGB (Red+Green+Blue) = 177+110+119=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E77 is #4E9188. Grayscale: #838383. Windows color (decimal): -5149065 or 7827121. OLE color: 7827121.

HSL color Cylindrical-coordinate representation of color #B16E77: hue angle of 351.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E77 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 119 -
CMYK 0 0.38 0.33 0.31
HSL 351.94º 0.3% 0.56% -
HSV(B) 351.94º 0.38% 0.69% -
XYZ 27.04 21.83 20.24 -
YUV 131.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 177 110 119 0 0.38 0.33 0.31 351.94 0.3 0.56
Hex B1 6E 77 0 26 21 1F 160 1E 38
Octal 261 156 167 0 46 41 37 540 36 70
Binary 10110001 1101110 1110111 0 100110 100001 11111 101100000 11110 111000

Color Harmonies of #B16E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E77

Black with #B16E77

Text Example


Text Example

White with #B16E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E77; }

 p { color: rgb(177,110,119); }

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

background-color css

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

 a { background-color: rgb(177,110,119); }

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

border-color css

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

 span { border-color: rgb(177,110,119); }

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