Html Css Color HEX #B17779 Turkish Rose

📋 copy color: '#B17779'

red 177 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #B17779

Tints of Turkish Rose #B17779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 42.45%
G = 28.54%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B17779 (or 0xB17779) is known color: Turkish Rose. HEX triplet: B1, 77 and 79. RGB value is (177,119,121). Sum of RGB (Red+Green+Blue) = 177+119+121=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B17779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17779 is #4E8886. Grayscale: #888888. Windows color (decimal): -5146759 or 7960497. OLE color: 7960497.

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

Color convert

RGB 177 119 121 -
CMYK 0 0.33 0.32 0.31
HSL 357.93º 0.27% 0.58% -
HSV(B) 357.93º 0.33% 0.69% -
XYZ 28.18 23.92 21.22 -
YUV 136.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 177 119 121 0 0.33 0.32 0.31 357.93 0.27 0.58
Hex B1 77 79 0 21 20 1F 166 1B 3A
Octal 261 167 171 0 41 40 37 546 33 72
Binary 10110001 1110111 1111001 0 100001 100000 11111 101100110 11011 111010

Color Harmonies of #B17779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17779

Black with #B17779

Text Example


Text Example

White with #B17779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17779; }

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

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

background-color css

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

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

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

border-color css

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

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

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