Html Css Color HEX #B16976 Turkish Rose

📋 copy color: '#B16976'

red 177 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #B16976

Tints of Turkish Rose #B16976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 44.25%
G = 26.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16976 (or 0xB16976) is known color: Turkish Rose. HEX triplet: B1, 69 and 76. RGB value is (177,105,118). Sum of RGB (Red+Green+Blue) = 177+105+118=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B16976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16976 is #4E9689. Grayscale: #808080. Windows color (decimal): -5150346 or 7760305. OLE color: 7760305.

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

Color convert

RGB 177 105 118 -
CMYK 0 0.41 0.33 0.31
HSL 349.17º 0.32% 0.55% -
HSV(B) 349.17º 0.41% 0.69% -
XYZ 26.45 20.76 19.75 -
YUV 128.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 177 105 118 0 0.41 0.33 0.31 349.17 0.32 0.55
Hex B1 69 76 0 29 21 1F 15D 20 37
Octal 261 151 166 0 51 41 37 535 40 67
Binary 10110001 1101001 1110110 0 101001 100001 11111 101011101 100000 110111

Color Harmonies of #B16976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16976

Black with #B16976

Text Example


Text Example

White with #B16976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16976; }

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

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

background-color css

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

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

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

border-color css

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

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

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