Html Css Color HEX #B17176 Turkish Rose

📋 copy color: '#B17176'

red 177 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #B17176

Tints of Turkish Rose #B17176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 43.38%
G = 27.7%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B17176 (or 0xB17176) is known color: Turkish Rose. HEX triplet: B1, 71 and 76. RGB value is (177,113,118). Sum of RGB (Red+Green+Blue) = 177+113+118=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B17176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17176 is #4E8E89. Grayscale: #848484. Windows color (decimal): -5148298 or 7762353. OLE color: 7762353.

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

Color convert

RGB 177 113 118 -
CMYK 0 0.36 0.33 0.31
HSL 355.31º 0.29% 0.57% -
HSV(B) 355.31º 0.36% 0.69% -
XYZ 27.31 22.47 20.04 -
YUV 132.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 177 113 118 0 0.36 0.33 0.31 355.31 0.29 0.57
Hex B1 71 76 0 24 21 1F 163 1D 39
Octal 261 161 166 0 44 41 37 543 35 71
Binary 10110001 1110001 1110110 0 100100 100001 11111 101100011 11101 111001

Color Harmonies of #B17176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17176

Black with #B17176

Text Example


Text Example

White with #B17176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17176; }

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

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

background-color css

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

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

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

border-color css

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

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

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