Html Css Color HEX #B16368 Turkish Rose

📋 copy color: '#B16368'

red 177 ◦ green 99 ◦ blue 104

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

Shades of Turkish Rose #B16368

Tints of Turkish Rose #B16368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 46.58%
G = 26.05%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16368 (or 0xB16368) is known color: Turkish Rose. HEX triplet: B1, 63 and 68. RGB value is (177,99,104). Sum of RGB (Red+Green+Blue) = 177+99+104=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B16368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16368 is #4E9C97. Grayscale: #7A7A7A. Windows color (decimal): -5151896 or 6841265. OLE color: 6841265.

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

Color convert

RGB 177 99 104 -
CMYK 0 0.44 0.41 0.31
HSL 356.15º 0.33% 0.54% -
HSV(B) 356.15º 0.44% 0.69% -
XYZ 25.09 19.27 15.49 -
YUV 122.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 177 99 104 0 0.44 0.41 0.31 356.15 0.33 0.54
Hex B1 63 68 0 2C 29 1F 164 21 36
Octal 261 143 150 0 54 51 37 544 41 66
Binary 10110001 1100011 1101000 0 101100 101001 11111 101100100 100001 110110

Color Harmonies of #B16368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16368

Black with #B16368

Text Example


Text Example

White with #B16368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16368; }

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

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

background-color css

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

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

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

border-color css

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

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

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