Html Css Color HEX #B16364 Turkish Rose

📋 copy color: '#B16364'

red 177 ◦ green 99 ◦ blue 100

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

Shades of Turkish Rose #B16364

Tints of Turkish Rose #B16364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 47.07%
G = 26.33%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B16364 (or 0xB16364) is known color: Turkish Rose. HEX triplet: B1, 63 and 64. RGB value is (177,99,100). Sum of RGB (Red+Green+Blue) = 177+99+100=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B16364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16364 is #4E9C9B. Grayscale: #7A7A7A. Windows color (decimal): -5151900 or 6579121. OLE color: 6579121.

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

Color convert

RGB 177 99 100 -
CMYK 0 0.44 0.44 0.31
HSL 359.23º 0.33% 0.54% -
HSV(B) 359.23º 0.44% 0.69% -
XYZ 24.89 19.19 14.45 -
YUV 122.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 177 99 100 0 0.44 0.44 0.31 359.23 0.33 0.54
Hex B1 63 64 0 2C 2C 1F 167 21 36
Octal 261 143 144 0 54 54 37 547 41 66
Binary 10110001 1100011 1100100 0 101100 101100 11111 101100111 100001 110110

Color Harmonies of #B16364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16364

Black with #B16364

Text Example


Text Example

White with #B16364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16364; }

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

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

background-color css

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

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

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

border-color css

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

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

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