Html Css Color HEX #B17C7E Turkish Rose

📋 copy color: '#B17C7E'

red 177 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #B17C7E

Tints of Turkish Rose #B17C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 41.45%
G = 29.04%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B17C7E (or 0xB17C7E) is known color: Turkish Rose. HEX triplet: B1, 7C and 7E. RGB value is (177,124,126). Sum of RGB (Red+Green+Blue) = 177+124+126=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C7E is #4E8381. Grayscale: #8C8C8C. Windows color (decimal): -5145474 or 8289457. OLE color: 8289457.

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

Color convert

RGB 177 124 126 -
CMYK 0 0.30 0.29 0.31
HSL 357.74º 0.25% 0.59% -
HSV(B) 357.74º 0.3% 0.69% -
XYZ 29.11 25.27 23.08 -
YUV 140.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 177 124 126 0 0.30 0.29 0.31 357.74 0.25 0.59
Hex B1 7C 7E 0 1E 1D 1F 166 19 3B
Octal 261 174 176 0 36 35 37 546 31 73
Binary 10110001 1111100 1111110 0 11110 11101 11111 101100110 11001 111011

Color Harmonies of #B17C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C7E

Black with #B17C7E

Text Example


Text Example

White with #B17C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C7E; }

 p { color: rgb(177,124,126); }

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

background-color css

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

 a { background-color: rgb(177,124,126); }

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

border-color css

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

 span { border-color: rgb(177,124,126); }

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