Html Css Color HEX #B16570 Turkish Rose

📋 copy color: '#B16570'

red 177 ◦ green 101 ◦ blue 112

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

Shades of Turkish Rose #B16570

Tints of Turkish Rose #B16570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 45.38%
G = 25.9%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B16570 (or 0xB16570) is known color: Turkish Rose. HEX triplet: B1, 65 and 70. RGB value is (177,101,112). Sum of RGB (Red+Green+Blue) = 177+101+112=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B16570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16570 is #4E9A8F. Grayscale: #7D7D7D. Windows color (decimal): -5151376 or 7366065. OLE color: 7366065.

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

Color convert

RGB 177 101 112 -
CMYK 0 0.43 0.37 0.31
HSL 351.32º 0.33% 0.55% -
HSV(B) 351.32º 0.43% 0.69% -
XYZ 25.71 19.82 17.8 -
YUV 124.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 177 101 112 0 0.43 0.37 0.31 351.32 0.33 0.55
Hex B1 65 70 0 2B 25 1F 15F 21 37
Octal 261 145 160 0 53 45 37 537 41 67
Binary 10110001 1100101 1110000 0 101011 100101 11111 101011111 100001 110111

Color Harmonies of #B16570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16570

Black with #B16570

Text Example


Text Example

White with #B16570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16570; }

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

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

background-color css

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

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

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

border-color css

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

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

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