Html Css Color HEX #B17172 Turkish Rose

📋 copy color: '#B17172'

red 177 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #B17172

Tints of Turkish Rose #B17172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 43.81%
G = 27.97%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B17172 (or 0xB17172) is known color: Turkish Rose. HEX triplet: B1, 71 and 72. RGB value is (177,113,114). Sum of RGB (Red+Green+Blue) = 177+113+114=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B17172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17172 is #4E8E8D. Grayscale: #848484. Windows color (decimal): -5148302 or 7500209. OLE color: 7500209.

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

Color convert

RGB 177 113 114 -
CMYK 0 0.36 0.36 0.31
HSL 359.06º 0.29% 0.57% -
HSV(B) 359.06º 0.36% 0.69% -
XYZ 27.07 22.37 18.81 -
YUV 132.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 177 113 114 0 0.36 0.36 0.31 359.06 0.29 0.57
Hex B1 71 72 0 24 24 1F 167 1D 39
Octal 261 161 162 0 44 44 37 547 35 71
Binary 10110001 1110001 1110010 0 100100 100100 11111 101100111 11101 111001

Color Harmonies of #B17172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17172

Black with #B17172

Text Example


Text Example

White with #B17172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17172; }

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

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

background-color css

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

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

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

border-color css

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

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

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