Html Css Color HEX #B16172 Turkish Rose

📋 copy color: '#B16172'

red 177 ◦ green 97 ◦ blue 114

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

Shades of Turkish Rose #B16172

Tints of Turkish Rose #B16172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 45.62%
G = 25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B16172 (or 0xB16172) is known color: Turkish Rose. HEX triplet: B1, 61 and 72. RGB value is (177,97,114). Sum of RGB (Red+Green+Blue) = 177+97+114=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B16172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16172 is #4E9E8D. Grayscale: #7A7A7A. Windows color (decimal): -5152398 or 7496113. OLE color: 7496113.

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

Color convert

RGB 177 97 114 -
CMYK 0 0.45 0.36 0.31
HSL 347.25º 0.34% 0.54% -
HSV(B) 347.25º 0.45% 0.69% -
XYZ 25.44 19.11 18.27 -
YUV 122.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 177 97 114 0 0.45 0.36 0.31 347.25 0.34 0.54
Hex B1 61 72 0 2D 24 1F 15B 22 36
Octal 261 141 162 0 55 44 37 533 42 66
Binary 10110001 1100001 1110010 0 101101 100100 11111 101011011 100010 110110

Color Harmonies of #B16172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16172

Black with #B16172

Text Example


Text Example

White with #B16172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16172; }

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

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

background-color css

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

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

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

border-color css

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

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

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