Html Css Color HEX #B16373 Turkish Rose

📋 copy color: '#B16373'

red 177 ◦ green 99 ◦ blue 115

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

Shades of Turkish Rose #B16373

Tints of Turkish Rose #B16373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

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

R = 45.27%
G = 25.32%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B16373 (or 0xB16373) is known color: Turkish Rose. HEX triplet: B1, 63 and 73. RGB value is (177,99,115). Sum of RGB (Red+Green+Blue) = 177+99+115=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B16373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16373 is #4E9C8C. Grayscale: #7C7C7C. Windows color (decimal): -5151885 or 7562161. OLE color: 7562161.

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

Color convert

RGB 177 99 115 -
CMYK 0 0.44 0.35 0.31
HSL 347.69º 0.33% 0.54% -
HSV(B) 347.69º 0.44% 0.69% -
XYZ 25.69 19.51 18.63 -
YUV 124.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 177 99 115 0 0.44 0.35 0.31 347.69 0.33 0.54
Hex B1 63 73 0 2C 23 1F 15C 21 36
Octal 261 143 163 0 54 43 37 534 41 66
Binary 10110001 1100011 1110011 0 101100 100011 11111 101011100 100001 110110

Color Harmonies of #B16373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16373

Black with #B16373

Text Example


Text Example

White with #B16373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16373; }

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

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

background-color css

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

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

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

border-color css

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

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

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