Html Css Color HEX #B17A7C Turkish Rose

📋 copy color: '#B17A7C'

red 177 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #B17A7C

Tints of Turkish Rose #B17A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 41.84%
G = 28.84%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B17A7C (or 0xB17A7C) is known color: Turkish Rose. HEX triplet: B1, 7A and 7C. RGB value is (177,122,124). Sum of RGB (Red+Green+Blue) = 177+122+124=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A7C is #4E8583. Grayscale: #8A8A8A. Windows color (decimal): -5145988 or 8157873. OLE color: 8157873.

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

Color convert

RGB 177 122 124 -
CMYK 0 0.31 0.30 0.31
HSL 357.82º 0.26% 0.59% -
HSV(B) 357.82º 0.31% 0.69% -
XYZ 28.73 24.72 22.33 -
YUV 138.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 177 122 124 0 0.31 0.30 0.31 357.82 0.26 0.59
Hex B1 7A 7C 0 1F 1E 1F 166 1A 3B
Octal 261 172 174 0 37 36 37 546 32 73
Binary 10110001 1111010 1111100 0 11111 11110 11111 101100110 11010 111011

Color Harmonies of #B17A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A7C

Black with #B17A7C

Text Example


Text Example

White with #B17A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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