Html Css Color HEX #B17D7F Turkish Rose

📋 copy color: '#B17D7F'

red 177 ◦ green 125 ◦ blue 127

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

Shades of Turkish Rose #B17D7F

Tints of Turkish Rose #B17D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 41.26%
G = 29.14%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B17D7F (or 0xB17D7F) is known color: Turkish Rose. HEX triplet: B1, 7D and 7F. RGB value is (177,125,127). Sum of RGB (Red+Green+Blue) = 177+125+127=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D7F is #4E8280. Grayscale: #8C8C8C. Windows color (decimal): -5145217 or 8355249. OLE color: 8355249.

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

Color convert

RGB 177 125 127 -
CMYK 0 0.29 0.28 0.31
HSL 357.69º 0.25% 0.59% -
HSV(B) 357.69º 0.29% 0.69% -
XYZ 29.3 25.55 23.47 -
YUV 140.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 177 125 127 0 0.29 0.28 0.31 357.69 0.25 0.59
Hex B1 7D 7F 0 1D 1C 1F 166 19 3B
Octal 261 175 177 0 35 34 37 546 31 73
Binary 10110001 1111101 1111111 0 11101 11100 11111 101100110 11001 111011

Color Harmonies of #B17D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D7F

Black with #B17D7F

Text Example


Text Example

White with #B17D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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