Html Css Color HEX #B17F82 Turkish Rose

📋 copy color: '#B17F82'

red 177 ◦ green 127 ◦ blue 130

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

Shades of Turkish Rose #B17F82

Tints of Turkish Rose #B17F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 40.78%
G = 29.26%
B = 29.95%

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

#B17F82 (or 0xB17F82) is known color: Turkish Rose. HEX triplet: B1, 7F and 82. RGB value is (177,127,130). Sum of RGB (Red+Green+Blue) = 177+127+130=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F82 is #4E807D. Grayscale: #8E8E8E. Windows color (decimal): -5144702 or 8552369. OLE color: 8552369.

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

Color convert

RGB 177 127 130 -
CMYK 0 0.28 0.27 0.31
HSL 356.4º 0.24% 0.6% -
HSV(B) 356.4º 0.28% 0.69% -
XYZ 29.75 26.14 24.6 -
YUV 142.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 177 127 130 0 0.28 0.27 0.31 356.4 0.24 0.6
Hex B1 7F 82 0 1C 1B 1F 164 18 3C
Octal 261 177 202 0 34 33 37 544 30 74
Binary 10110001 1111111 10000010 0 11100 11011 11111 101100100 11000 111100

Color Harmonies of #B17F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F82

Black with #B17F82

Text Example


Text Example

White with #B17F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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