Html Css Color HEX #B16973 Turkish Rose

📋 copy color: '#B16973'

red 177 ◦ green 105 ◦ blue 115

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

Shades of Turkish Rose #B16973

Tints of Turkish Rose #B16973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 44.58%
G = 26.45%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B16973 (or 0xB16973) is known color: Turkish Rose. HEX triplet: B1, 69 and 73. RGB value is (177,105,115). Sum of RGB (Red+Green+Blue) = 177+105+115=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16973 is #4E968C. Grayscale: #7F7F7F. Windows color (decimal): -5150349 or 7563697. OLE color: 7563697.

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

Color convert

RGB 177 105 115 -
CMYK 0 0.41 0.35 0.31
HSL 351.67º 0.32% 0.55% -
HSV(B) 351.67º 0.41% 0.69% -
XYZ 26.28 20.69 18.83 -
YUV 127.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 177 105 115 0 0.41 0.35 0.31 351.67 0.32 0.55
Hex B1 69 73 0 29 23 1F 160 20 37
Octal 261 151 163 0 51 43 37 540 40 67
Binary 10110001 1101001 1110011 0 101001 100011 11111 101100000 100000 110111

Color Harmonies of #B16973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16973

Black with #B16973

Text Example


Text Example

White with #B16973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16973; }

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

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

background-color css

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

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

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

border-color css

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

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

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