Html Css Color HEX #B17379 Turkish Rose

📋 copy color: '#B17379'

red 177 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #B17379

Tints of Turkish Rose #B17379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 42.86%
G = 27.85%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B17379 (or 0xB17379) is known color: Turkish Rose. HEX triplet: B1, 73 and 79. RGB value is (177,115,121). Sum of RGB (Red+Green+Blue) = 177+115+121=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B17379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17379 is #4E8C86. Grayscale: #868686. Windows color (decimal): -5147783 or 7959473. OLE color: 7959473.

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

Color convert

RGB 177 115 121 -
CMYK 0 0.35 0.32 0.31
HSL 354.19º 0.28% 0.57% -
HSV(B) 354.19º 0.35% 0.69% -
XYZ 27.71 22.99 21.07 -
YUV 134.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 177 115 121 0 0.35 0.32 0.31 354.19 0.28 0.57
Hex B1 73 79 0 23 20 1F 162 1C 39
Octal 261 163 171 0 43 40 37 542 34 71
Binary 10110001 1110011 1111001 0 100011 100000 11111 101100010 11100 111001

Color Harmonies of #B17379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17379

Black with #B17379

Text Example


Text Example

White with #B17379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17379; }

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

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

background-color css

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

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

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

border-color css

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

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

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