Html Css Color HEX #B16978 Turkish Rose

📋 copy color: '#B16978'

red 177 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #B16978

Tints of Turkish Rose #B16978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 44.03%
G = 26.12%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16978 (or 0xB16978) is known color: Turkish Rose. HEX triplet: B1, 69 and 78. RGB value is (177,105,120). Sum of RGB (Red+Green+Blue) = 177+105+120=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B16978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16978 is #4E9687. Grayscale: #808080. Windows color (decimal): -5150344 or 7891377. OLE color: 7891377.

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

Color convert

RGB 177 105 120 -
CMYK 0 0.41 0.32 0.31
HSL 347.5º 0.32% 0.55% -
HSV(B) 347.5º 0.41% 0.69% -
XYZ 26.57 20.81 20.38 -
YUV 128.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 177 105 120 0 0.41 0.32 0.31 347.5 0.32 0.55
Hex B1 69 78 0 29 20 1F 15C 20 37
Octal 261 151 170 0 51 40 37 534 40 67
Binary 10110001 1101001 1111000 0 101001 100000 11111 101011100 100000 110111

Color Harmonies of #B16978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16978

Black with #B16978

Text Example


Text Example

White with #B16978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16978; }

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

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

background-color css

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

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

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

border-color css

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

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

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