Html Css Color HEX #B16772 Turkish Rose

📋 copy color: '#B16772'

red 177 ◦ green 103 ◦ blue 114

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

Shades of Turkish Rose #B16772

Tints of Turkish Rose #B16772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 44.92%
G = 26.14%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B16772 (or 0xB16772) is known color: Turkish Rose. HEX triplet: B1, 67 and 72. RGB value is (177,103,114). Sum of RGB (Red+Green+Blue) = 177+103+114=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16772 is #4E988D. Grayscale: #7E7E7E. Windows color (decimal): -5150862 or 7497649. OLE color: 7497649.

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

Color convert

RGB 177 103 114 -
CMYK 0 0.42 0.36 0.31
HSL 351.08º 0.32% 0.55% -
HSV(B) 351.08º 0.42% 0.69% -
XYZ 26.02 20.26 18.46 -
YUV 126.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 177 103 114 0 0.42 0.36 0.31 351.08 0.32 0.55
Hex B1 67 72 0 2A 24 1F 15F 20 37
Octal 261 147 162 0 52 44 37 537 40 67
Binary 10110001 1100111 1110010 0 101010 100100 11111 101011111 100000 110111

Color Harmonies of #B16772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16772

Black with #B16772

Text Example


Text Example

White with #B16772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16772; }

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

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

background-color css

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

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

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

border-color css

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

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

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