Html Css Color HEX #B16971 Turkish Rose

📋 copy color: '#B16971'

red 177 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #B16971

Tints of Turkish Rose #B16971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 44.81%
G = 26.58%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B16971 (or 0xB16971) is known color: Turkish Rose. HEX triplet: B1, 69 and 71. RGB value is (177,105,113). Sum of RGB (Red+Green+Blue) = 177+105+113=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16971 is #4E968E. Grayscale: #7F7F7F. Windows color (decimal): -5150351 or 7432625. OLE color: 7432625.

HSL color Cylindrical-coordinate representation of color #B16971: hue angle of 353.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 #B16971 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 113 -
CMYK 0 0.41 0.36 0.31
HSL 353.33º 0.32% 0.55% -
HSV(B) 353.33º 0.41% 0.69% -
XYZ 26.16 20.64 18.23 -
YUV 127.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 177 105 113 0 0.41 0.36 0.31 353.33 0.32 0.55
Hex B1 69 71 0 29 24 1F 161 20 37
Octal 261 151 161 0 51 44 37 541 40 67
Binary 10110001 1101001 1110001 0 101001 100100 11111 101100001 100000 110111

Color Harmonies of #B16971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16971

Black with #B16971

Text Example


Text Example

White with #B16971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16971; }

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

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

background-color css

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

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

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

border-color css

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

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

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