Html Css Color HEX #B1696F Turkish Rose

📋 copy color: '#B1696F'

red 177 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #B1696F

Tints of Turkish Rose #B1696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

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

R = 45.04%
G = 26.72%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1696F (or 0xB1696F) is known color: Turkish Rose. HEX triplet: B1, 69 and 6F. RGB value is (177,105,111). Sum of RGB (Red+Green+Blue) = 177+105+111=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696F is #4E9690. Grayscale: #7F7F7F. Windows color (decimal): -5150353 or 7301553. OLE color: 7301553.

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

Color convert

RGB 177 105 111 -
CMYK 0 0.41 0.37 0.31
HSL 355º 0.32% 0.55% -
HSV(B) 355º 0.41% 0.69% -
XYZ 26.05 20.6 17.64 -
YUV 127.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 177 105 111 0 0.41 0.37 0.31 355 0.32 0.55
Hex B1 69 6F 0 29 25 1F 163 20 37
Octal 261 151 157 0 51 45 37 543 40 67
Binary 10110001 1101001 1101111 0 101001 100101 11111 101100011 100000 110111

Color Harmonies of #B1696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1696F

Black with #B1696F

Text Example


Text Example

White with #B1696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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