Html Css Color HEX #B16871 Turkish Rose

📋 copy color: '#B16871'

red 177 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #B16871

Tints of Turkish Rose #B16871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

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

R = 44.92%
G = 26.4%
B = 28.68%

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

#B16871 (or 0xB16871) is known color: Turkish Rose. HEX triplet: B1, 68 and 71. RGB value is (177,104,113). Sum of RGB (Red+Green+Blue) = 177+104+113=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16871 is #4E978E. Grayscale: #7E7E7E. Windows color (decimal): -5150607 or 7432369. OLE color: 7432369.

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

Color convert

RGB 177 104 113 -
CMYK 0 0.41 0.36 0.31
HSL 352.6º 0.32% 0.55% -
HSV(B) 352.6º 0.41% 0.69% -
XYZ 26.06 20.44 18.19 -
YUV 126.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 177 104 113 0 0.41 0.36 0.31 352.6 0.32 0.55
Hex B1 68 71 0 29 24 1F 161 20 37
Octal 261 150 161 0 51 44 37 541 40 67
Binary 10110001 1101000 1110001 0 101001 100100 11111 101100001 100000 110111

Color Harmonies of #B16871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16871

Black with #B16871

Text Example


Text Example

White with #B16871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16871; }

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

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

background-color css

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

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

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

border-color css

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

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

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