Html Css Color HEX #B1656F Turkish Rose

📋 copy color: '#B1656F'

red 177 ◦ green 101 ◦ blue 111

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

Shades of Turkish Rose #B1656F

Tints of Turkish Rose #B1656F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 45.5%
G = 25.96%
B = 28.53%

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

#B1656F (or 0xB1656F) is known color: Turkish Rose. HEX triplet: B1, 65 and 6F. RGB value is (177,101,111). Sum of RGB (Red+Green+Blue) = 177+101+111=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656F is #4E9A90. Grayscale: #7C7C7C. Windows color (decimal): -5151377 or 7300529. OLE color: 7300529.

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

Color convert

RGB 177 101 111 -
CMYK 0 0.43 0.37 0.31
HSL 352.11º 0.33% 0.55% -
HSV(B) 352.11º 0.43% 0.69% -
XYZ 25.65 19.8 17.51 -
YUV 124.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 177 101 111 0 0.43 0.37 0.31 352.11 0.33 0.55
Hex B1 65 6F 0 2B 25 1F 160 21 37
Octal 261 145 157 0 53 45 37 540 41 67
Binary 10110001 1100101 1101111 0 101011 100101 11111 101100000 100001 110111

Color Harmonies of #B1656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1656F

Black with #B1656F

Text Example


Text Example

White with #B1656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1656F; }

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

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

background-color css

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

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

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

border-color css

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

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

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