Html Css Color HEX #B1686F Turkish Rose

📋 copy color: '#B1686F'

red 177 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #B1686F

Tints of Turkish Rose #B1686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

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

R = 45.15%
G = 26.53%
B = 28.32%

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

#B1686F (or 0xB1686F) is known color: Turkish Rose. HEX triplet: B1, 68 and 6F. RGB value is (177,104,111). Sum of RGB (Red+Green+Blue) = 177+104+111=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1686F is #4E9790. Grayscale: #7E7E7E. Windows color (decimal): -5150609 or 7301297. OLE color: 7301297.

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

Color convert

RGB 177 104 111 -
CMYK 0 0.41 0.37 0.31
HSL 354.25º 0.32% 0.55% -
HSV(B) 354.25º 0.41% 0.69% -
XYZ 25.95 20.4 17.61 -
YUV 126.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 177 104 111 0 0.41 0.37 0.31 354.25 0.32 0.55
Hex B1 68 6F 0 29 25 1F 162 20 37
Octal 261 150 157 0 51 45 37 542 40 67
Binary 10110001 1101000 1101111 0 101001 100101 11111 101100010 100000 110111

Color Harmonies of #B1686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1686F

Black with #B1686F

Text Example


Text Example

White with #B1686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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