Html Css Color HEX #B17275 Turkish Rose

📋 copy color: '#B17275'

red 177 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #B17275

Tints of Turkish Rose #B17275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

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

R = 43.38%
G = 27.94%
B = 28.68%

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

#B17275 (or 0xB17275) is known color: Turkish Rose. HEX triplet: B1, 72 and 75. RGB value is (177,114,117). Sum of RGB (Red+Green+Blue) = 177+114+117=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B17275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17275 is #4E8D8A. Grayscale: #858585. Windows color (decimal): -5148043 or 7697073. OLE color: 7697073.

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

Color convert

RGB 177 114 117 -
CMYK 0 0.36 0.34 0.31
HSL 357.14º 0.29% 0.57% -
HSV(B) 357.14º 0.36% 0.69% -
XYZ 27.36 22.67 19.76 -
YUV 133.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 177 114 117 0 0.36 0.34 0.31 357.14 0.29 0.57
Hex B1 72 75 0 24 22 1F 165 1D 39
Octal 261 162 165 0 44 42 37 545 35 71
Binary 10110001 1110010 1110101 0 100100 100010 11111 101100101 11101 111001

Color Harmonies of #B17275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17275

Black with #B17275

Text Example


Text Example

White with #B17275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17275; }

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

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

background-color css

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

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

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

border-color css

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

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

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