Html Css Color HEX #B17175 Turkish Rose

📋 copy color: '#B17175'

red 177 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #B17175

Tints of Turkish Rose #B17175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 43.49%
G = 27.76%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B17175 (or 0xB17175) is known color: Turkish Rose. HEX triplet: B1, 71 and 75. RGB value is (177,113,117). Sum of RGB (Red+Green+Blue) = 177+113+117=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B17175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17175 is #4E8E8A. Grayscale: #848484. Windows color (decimal): -5148299 or 7696817. OLE color: 7696817.

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

Color convert

RGB 177 113 117 -
CMYK 0 0.36 0.34 0.31
HSL 356.25º 0.29% 0.57% -
HSV(B) 356.25º 0.36% 0.69% -
XYZ 27.25 22.44 19.73 -
YUV 132.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 177 113 117 0 0.36 0.34 0.31 356.25 0.29 0.57
Hex B1 71 75 0 24 22 1F 164 1D 39
Octal 261 161 165 0 44 42 37 544 35 71
Binary 10110001 1110001 1110101 0 100100 100010 11111 101100100 11101 111001

Color Harmonies of #B17175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17175

Black with #B17175

Text Example


Text Example

White with #B17175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17175; }

 p { color: rgb(177,113,117); }

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

background-color css

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

 a { background-color: rgb(177,113,117); }

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

border-color css

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

 span { border-color: rgb(177,113,117); }

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