Html Css Color HEX #B16977 Turkish Rose

📋 copy color: '#B16977'

red 177 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #B16977

Tints of Turkish Rose #B16977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

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

R = 44.14%
G = 26.18%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16977 (or 0xB16977) is known color: Turkish Rose. HEX triplet: B1, 69 and 77. RGB value is (177,105,119). Sum of RGB (Red+Green+Blue) = 177+105+119=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B16977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16977 is #4E9688. Grayscale: #808080. Windows color (decimal): -5150345 or 7825841. OLE color: 7825841.

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

Color convert

RGB 177 105 119 -
CMYK 0 0.41 0.33 0.31
HSL 348.33º 0.32% 0.55% -
HSV(B) 348.33º 0.41% 0.69% -
XYZ 26.51 20.78 20.07 -
YUV 128.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 177 105 119 0 0.41 0.33 0.31 348.33 0.32 0.55
Hex B1 69 77 0 29 21 1F 15C 20 37
Octal 261 151 167 0 51 41 37 534 40 67
Binary 10110001 1101001 1110111 0 101001 100001 11111 101011100 100000 110111

Color Harmonies of #B16977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16977

Black with #B16977

Text Example


Text Example

White with #B16977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16977; }

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

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

background-color css

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

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

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

border-color css

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

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

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