Html Css Color HEX #B17A7E Turkish Rose

📋 copy color: '#B17A7E'

red 177 ◦ green 122 ◦ blue 126

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

Shades of Turkish Rose #B17A7E

Tints of Turkish Rose #B17A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

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

R = 41.65%
G = 28.71%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B17A7E (or 0xB17A7E) is known color: Turkish Rose. HEX triplet: B1, 7A and 7E. RGB value is (177,122,126). Sum of RGB (Red+Green+Blue) = 177+122+126=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A7E is #4E8581. Grayscale: #8A8A8A. Windows color (decimal): -5145986 or 8288945. OLE color: 8288945.

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

Color convert

RGB 177 122 126 -
CMYK 0 0.31 0.29 0.31
HSL 355.64º 0.26% 0.59% -
HSV(B) 355.64º 0.31% 0.69% -
XYZ 28.86 24.77 23 -
YUV 138.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 177 122 126 0 0.31 0.29 0.31 355.64 0.26 0.59
Hex B1 7A 7E 0 1F 1D 1F 164 1A 3B
Octal 261 172 176 0 37 35 37 544 32 73
Binary 10110001 1111010 1111110 0 11111 11101 11111 101100100 11010 111011

Color Harmonies of #B17A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A7E

Black with #B17A7E

Text Example


Text Example

White with #B17A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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