Html Css Color HEX #B17279 Turkish Rose

📋 copy color: '#B17279'

red 177 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #B17279

Tints of Turkish Rose #B17279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

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

R = 42.96%
G = 27.67%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B17279 (or 0xB17279) is known color: Turkish Rose. HEX triplet: B1, 72 and 79. RGB value is (177,114,121). Sum of RGB (Red+Green+Blue) = 177+114+121=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17279 is #4E8D86. Grayscale: #858585. Windows color (decimal): -5148039 or 7959217. OLE color: 7959217.

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

Color convert

RGB 177 114 121 -
CMYK 0 0.36 0.32 0.31
HSL 353.33º 0.29% 0.57% -
HSV(B) 353.33º 0.36% 0.69% -
XYZ 27.6 22.76 21.03 -
YUV 133.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 177 114 121 0 0.36 0.32 0.31 353.33 0.29 0.57
Hex B1 72 79 0 24 20 1F 161 1D 39
Octal 261 162 171 0 44 40 37 541 35 71
Binary 10110001 1110010 1111001 0 100100 100000 11111 101100001 11101 111001

Color Harmonies of #B17279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17279

Black with #B17279

Text Example


Text Example

White with #B17279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17279; }

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

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

background-color css

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

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

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

border-color css

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

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

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