Html Css Color HEX #B16F73 Turkish Rose

📋 copy color: '#B16F73'

red 177 ◦ green 111 ◦ blue 115

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

Shades of Turkish Rose #B16F73

Tints of Turkish Rose #B16F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

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

R = 43.92%
G = 27.54%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B16F73 (or 0xB16F73) is known color: Turkish Rose. HEX triplet: B1, 6F and 73. RGB value is (177,111,115). Sum of RGB (Red+Green+Blue) = 177+111+115=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F73 is #4E908C. Grayscale: #838383. Windows color (decimal): -5148813 or 7565233. OLE color: 7565233.

HSL color Cylindrical-coordinate representation of color #B16F73: hue angle of 356.36º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16F73 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 111 115 -
CMYK 0 0.37 0.35 0.31
HSL 356.36º 0.3% 0.56% -
HSV(B) 356.36º 0.37% 0.69% -
XYZ 26.91 21.95 19.04 -
YUV 131.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 177 111 115 0 0.37 0.35 0.31 356.36 0.3 0.56
Hex B1 6F 73 0 25 23 1F 164 1E 38
Octal 261 157 163 0 45 43 37 544 36 70
Binary 10110001 1101111 1110011 0 100101 100011 11111 101100100 11110 111000

Color Harmonies of #B16F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F73

Black with #B16F73

Text Example


Text Example

White with #B16F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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