Html Css Color HEX #B17479 Turkish Rose

📋 copy color: '#B17479'

red 177 ◦ green 116 ◦ blue 121

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

Shades of Turkish Rose #B17479

Tints of Turkish Rose #B17479

RGB

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

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

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

R = 42.75%
G = 28.02%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B17479 (or 0xB17479) is known color: Turkish Rose. HEX triplet: B1, 74 and 79. RGB value is (177,116,121). Sum of RGB (Red+Green+Blue) = 177+116+121=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B17479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17479 is #4E8B86. Grayscale: #868686. Windows color (decimal): -5147527 or 7959729. OLE color: 7959729.

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

Color convert

RGB 177 116 121 -
CMYK 0 0.34 0.32 0.31
HSL 355.08º 0.28% 0.57% -
HSV(B) 355.08º 0.34% 0.69% -
XYZ 27.83 23.22 21.1 -
YUV 134.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 177 116 121 0 0.34 0.32 0.31 355.08 0.28 0.57
Hex B1 74 79 0 22 20 1F 163 1C 39
Octal 261 164 171 0 42 40 37 543 34 71
Binary 10110001 1110100 1111001 0 100010 100000 11111 101100011 11100 111001

Color Harmonies of #B17479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17479

Black with #B17479

Text Example


Text Example

White with #B17479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17479; }

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

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

background-color css

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

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

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

border-color css

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

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

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