Html Css Color HEX #B16366 Turkish Rose

📋 copy color: '#B16366'

red 177 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #B16366

Tints of Turkish Rose #B16366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 46.83%
G = 26.19%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16366 (or 0xB16366) is known color: Turkish Rose. HEX triplet: B1, 63 and 66. RGB value is (177,99,102). Sum of RGB (Red+Green+Blue) = 177+99+102=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16366 is #4E9C99. Grayscale: #7A7A7A. Windows color (decimal): -5151898 or 6710193. OLE color: 6710193.

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

Color convert

RGB 177 99 102 -
CMYK 0 0.44 0.42 0.31
HSL 357.69º 0.33% 0.54% -
HSV(B) 357.69º 0.44% 0.69% -
XYZ 24.99 19.23 14.96 -
YUV 122.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 177 99 102 0 0.44 0.42 0.31 357.69 0.33 0.54
Hex B1 63 66 0 2C 2A 1F 166 21 36
Octal 261 143 146 0 54 52 37 546 41 66
Binary 10110001 1100011 1100110 0 101100 101010 11111 101100110 100001 110110

Color Harmonies of #B16366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16366

Black with #B16366

Text Example


Text Example

White with #B16366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16366; }

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

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

background-color css

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

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

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

border-color css

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

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

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