Html Css Color HEX #B17477 Turkish Rose

📋 copy color: '#B17477'

red 177 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #B17477

Tints of Turkish Rose #B17477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

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

R = 42.96%
G = 28.16%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B17477 (or 0xB17477) is known color: Turkish Rose. HEX triplet: B1, 74 and 77. RGB value is (177,116,119). Sum of RGB (Red+Green+Blue) = 177+116+119=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17477 is #4E8B88. Grayscale: #868686. Windows color (decimal): -5147529 or 7828657. OLE color: 7828657.

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

Color convert

RGB 177 116 119 -
CMYK 0 0.34 0.33 0.31
HSL 357.05º 0.28% 0.57% -
HSV(B) 357.05º 0.34% 0.69% -
XYZ 27.71 23.17 20.46 -
YUV 134.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 177 116 119 0 0.34 0.33 0.31 357.05 0.28 0.57
Hex B1 74 77 0 22 21 1F 165 1C 39
Octal 261 164 167 0 42 41 37 545 34 71
Binary 10110001 1110100 1110111 0 100010 100001 11111 101100101 11100 111001

Color Harmonies of #B17477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17477

Black with #B17477

Text Example


Text Example

White with #B17477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17477; }

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

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

background-color css

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

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

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

border-color css

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

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

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