Html Css Color HEX #B17677 Turkish Rose

📋 copy color: '#B17677'

red 177 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #B17677

Tints of Turkish Rose #B17677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 42.75%
G = 28.5%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B17677 (or 0xB17677) is known color: Turkish Rose. HEX triplet: B1, 76 and 77. RGB value is (177,118,119). Sum of RGB (Red+Green+Blue) = 177+118+119=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B17677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17677 is #4E8988. Grayscale: #878787. Windows color (decimal): -5147017 or 7829169. OLE color: 7829169.

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

Color convert

RGB 177 118 119 -
CMYK 0 0.33 0.33 0.31
HSL 358.98º 0.27% 0.58% -
HSV(B) 358.98º 0.33% 0.69% -
XYZ 27.94 23.64 20.54 -
YUV 135.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 177 118 119 0 0.33 0.33 0.31 358.98 0.27 0.58
Hex B1 76 77 0 21 21 1F 167 1B 3A
Octal 261 166 167 0 41 41 37 547 33 72
Binary 10110001 1110110 1110111 0 100001 100001 11111 101100111 11011 111010

Color Harmonies of #B17677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17677

Black with #B17677

Text Example


Text Example

White with #B17677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17677; }

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

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

background-color css

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

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

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

border-color css

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

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

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