Html Css Color HEX #B16670 Turkish Rose

📋 copy color: '#B16670'

red 177 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #B16670

Tints of Turkish Rose #B16670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 45.27%
G = 26.09%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B16670 (or 0xB16670) is known color: Turkish Rose. HEX triplet: B1, 66 and 70. RGB value is (177,102,112). Sum of RGB (Red+Green+Blue) = 177+102+112=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B16670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16670 is #4E998F. Grayscale: #7D7D7D. Windows color (decimal): -5151120 or 7366321. OLE color: 7366321.

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

Color convert

RGB 177 102 112 -
CMYK 0 0.42 0.37 0.31
HSL 352º 0.32% 0.55% -
HSV(B) 352º 0.42% 0.69% -
XYZ 25.81 20.02 17.83 -
YUV 125.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 177 102 112 0 0.42 0.37 0.31 352 0.32 0.55
Hex B1 66 70 0 2A 25 1F 160 20 37
Octal 261 146 160 0 52 45 37 540 40 67
Binary 10110001 1100110 1110000 0 101010 100101 11111 101100000 100000 110111

Color Harmonies of #B16670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16670

Black with #B16670

Text Example


Text Example

White with #B16670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16670; }

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

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

background-color css

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

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

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

border-color css

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

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

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