Html Css Color HEX #B17273 Turkish Rose

📋 copy color: '#B17273'

red 177 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #B17273

Tints of Turkish Rose #B17273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 43.6%
G = 28.08%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B17273 (or 0xB17273) is known color: Turkish Rose. HEX triplet: B1, 72 and 73. RGB value is (177,114,115). Sum of RGB (Red+Green+Blue) = 177+114+115=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B17273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17273 is #4E8D8C. Grayscale: #858585. Windows color (decimal): -5148045 or 7566001. OLE color: 7566001.

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

Color convert

RGB 177 114 115 -
CMYK 0 0.36 0.35 0.31
HSL 359.05º 0.29% 0.57% -
HSV(B) 359.05º 0.36% 0.69% -
XYZ 27.24 22.62 19.15 -
YUV 132.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 177 114 115 0 0.36 0.35 0.31 359.05 0.29 0.57
Hex B1 72 73 0 24 23 1F 167 1D 39
Octal 261 162 163 0 44 43 37 547 35 71
Binary 10110001 1110010 1110011 0 100100 100011 11111 101100111 11101 111001

Color Harmonies of #B17273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17273

Black with #B17273

Text Example


Text Example

White with #B17273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17273; }

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

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

background-color css

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

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

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

border-color css

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

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

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