Html Css Color HEX #B17F81 Turkish Rose

📋 copy color: '#B17F81'

red 177 ◦ green 127 ◦ blue 129

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

Shades of Turkish Rose #B17F81

Tints of Turkish Rose #B17F81

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 40.88%
G = 29.33%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B17F81 (or 0xB17F81) is known color: Turkish Rose. HEX triplet: B1, 7F and 81. RGB value is (177,127,129). Sum of RGB (Red+Green+Blue) = 177+127+129=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F81 is #4E807E. Grayscale: #8E8E8E. Windows color (decimal): -5144703 or 8486833. OLE color: 8486833.

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

Color convert

RGB 177 127 129 -
CMYK 0 0.28 0.27 0.31
HSL 357.6º 0.24% 0.6% -
HSV(B) 357.6º 0.28% 0.69% -
XYZ 29.68 26.11 24.24 -
YUV 142.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 177 127 129 0 0.28 0.27 0.31 357.6 0.24 0.6
Hex B1 7F 81 0 1C 1B 1F 166 18 3C
Octal 261 177 201 0 34 33 37 546 30 74
Binary 10110001 1111111 10000001 0 11100 11011 11111 101100110 11000 111100

Color Harmonies of #B17F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F81

Black with #B17F81

Text Example


Text Example

White with #B17F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F81; }

 p { color: rgb(177,127,129); }

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

background-color css

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

 a { background-color: rgb(177,127,129); }

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

border-color css

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

 span { border-color: rgb(177,127,129); }

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