Html Css Color HEX #B16671 Turkish Rose

📋 copy color: '#B16671'

red 177 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #B16671

Tints of Turkish Rose #B16671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

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

R = 45.15%
G = 26.02%
B = 28.83%

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

#B16671 (or 0xB16671) is known color: Turkish Rose. HEX triplet: B1, 66 and 71. RGB value is (177,102,113). Sum of RGB (Red+Green+Blue) = 177+102+113=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16671 is #4E998E. Grayscale: #7D7D7D. Windows color (decimal): -5151119 or 7431857. OLE color: 7431857.

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

Color convert

RGB 177 102 113 -
CMYK 0 0.42 0.36 0.31
HSL 351.2º 0.32% 0.55% -
HSV(B) 351.2º 0.42% 0.69% -
XYZ 25.86 20.04 18.13 -
YUV 125.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 177 102 113 0 0.42 0.36 0.31 351.2 0.32 0.55
Hex B1 66 71 0 2A 24 1F 15F 20 37
Octal 261 146 161 0 52 44 37 537 40 67
Binary 10110001 1100110 1110001 0 101010 100100 11111 101011111 100000 110111

Color Harmonies of #B16671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16671

Black with #B16671

Text Example


Text Example

White with #B16671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16671; }

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

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

background-color css

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

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

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

border-color css

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

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

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