Html Css Color HEX #B17577 Turkish Rose

📋 copy color: '#B17577'

red 177 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #B17577

Tints of Turkish Rose #B17577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

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

R = 42.86%
G = 28.33%
B = 28.81%

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

#B17577 (or 0xB17577) is known color: Turkish Rose. HEX triplet: B1, 75 and 77. RGB value is (177,117,119). Sum of RGB (Red+Green+Blue) = 177+117+119=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B17577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17577 is #4E8A88. Grayscale: #878787. Windows color (decimal): -5147273 or 7828913. OLE color: 7828913.

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

Color convert

RGB 177 117 119 -
CMYK 0 0.34 0.33 0.31
HSL 358º 0.28% 0.58% -
HSV(B) 358º 0.34% 0.69% -
XYZ 27.82 23.4 20.5 -
YUV 135.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 177 117 119 0 0.34 0.33 0.31 358 0.28 0.58
Hex B1 75 77 0 22 21 1F 166 1C 3A
Octal 261 165 167 0 42 41 37 546 34 72
Binary 10110001 1110101 1110111 0 100010 100001 11111 101100110 11100 111010

Color Harmonies of #B17577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17577

Black with #B17577

Text Example


Text Example

White with #B17577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17577; }

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

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

background-color css

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

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

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

border-color css

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

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

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