Html Css Color HEX #B16676 Turkish Rose

📋 copy color: '#B16676'

red 177 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #B16676

Tints of Turkish Rose #B16676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 44.58%
G = 25.69%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16676 (or 0xB16676) is known color: Turkish Rose. HEX triplet: B1, 66 and 76. RGB value is (177,102,118). Sum of RGB (Red+Green+Blue) = 177+102+118=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16676 is #4E9989. Grayscale: #7E7E7E. Windows color (decimal): -5151114 or 7759537. OLE color: 7759537.

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

Color convert

RGB 177 102 118 -
CMYK 0 0.42 0.33 0.31
HSL 347.2º 0.32% 0.55% -
HSV(B) 347.2º 0.42% 0.69% -
XYZ 26.15 20.16 19.65 -
YUV 126.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 177 102 118 0 0.42 0.33 0.31 347.2 0.32 0.55
Hex B1 66 76 0 2A 21 1F 15B 20 37
Octal 261 146 166 0 52 41 37 533 40 67
Binary 10110001 1100110 1110110 0 101010 100001 11111 101011011 100000 110111

Color Harmonies of #B16676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16676

Black with #B16676

Text Example


Text Example

White with #B16676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16676; }

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

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

background-color css

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

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

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

border-color css

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

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

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