Html Css Color HEX #B16D77 Turkish Rose

📋 copy color: '#B16D77'

red 177 ◦ green 109 ◦ blue 119

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

Shades of Turkish Rose #B16D77

Tints of Turkish Rose #B16D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 43.7%
G = 26.91%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16D77 (or 0xB16D77) is known color: Turkish Rose. HEX triplet: B1, 6D and 77. RGB value is (177,109,119). Sum of RGB (Red+Green+Blue) = 177+109+119=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D77 is #4E9288. Grayscale: #828282. Windows color (decimal): -5149321 or 7826865. OLE color: 7826865.

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

Color convert

RGB 177 109 119 -
CMYK 0 0.38 0.33 0.31
HSL 351.18º 0.3% 0.56% -
HSV(B) 351.18º 0.38% 0.69% -
XYZ 26.93 21.62 20.21 -
YUV 130.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 177 109 119 0 0.38 0.33 0.31 351.18 0.3 0.56
Hex B1 6D 77 0 26 21 1F 15F 1E 38
Octal 261 155 167 0 46 41 37 537 36 70
Binary 10110001 1101101 1110111 0 100110 100001 11111 101011111 11110 111000

Color Harmonies of #B16D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D77

Black with #B16D77

Text Example


Text Example

White with #B16D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D77; }

 p { color: rgb(177,109,119); }

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

background-color css

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

 a { background-color: rgb(177,109,119); }

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

border-color css

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

 span { border-color: rgb(177,109,119); }

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