Html Css Color HEX #B16771 Turkish Rose

📋 copy color: '#B16771'

red 177 ◦ green 103 ◦ blue 113

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

Shades of Turkish Rose #B16771

Tints of Turkish Rose #B16771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 45.04%
G = 26.21%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B16771 (or 0xB16771) is known color: Turkish Rose. HEX triplet: B1, 67 and 71. RGB value is (177,103,113). Sum of RGB (Red+Green+Blue) = 177+103+113=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16771 is #4E988E. Grayscale: #7E7E7E. Windows color (decimal): -5150863 or 7432113. OLE color: 7432113.

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

Color convert

RGB 177 103 113 -
CMYK 0 0.42 0.36 0.31
HSL 351.89º 0.32% 0.55% -
HSV(B) 351.89º 0.42% 0.69% -
XYZ 25.96 20.24 18.16 -
YUV 126.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 177 103 113 0 0.42 0.36 0.31 351.89 0.32 0.55
Hex B1 67 71 0 2A 24 1F 160 20 37
Octal 261 147 161 0 52 44 37 540 40 67
Binary 10110001 1100111 1110001 0 101010 100100 11111 101100000 100000 110111

Color Harmonies of #B16771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16771

Black with #B16771

Text Example


Text Example

White with #B16771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16771; }

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

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

background-color css

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

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

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

border-color css

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

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

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