Html Css Color HEX #B1696D Turkish Rose

📋 copy color: '#B1696D'

red 177 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #B1696D

Tints of Turkish Rose #B1696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 45.27%
G = 26.85%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1696D (or 0xB1696D) is known color: Turkish Rose. HEX triplet: B1, 69 and 6D. RGB value is (177,105,109). Sum of RGB (Red+Green+Blue) = 177+105+109=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696D is #4E9692. Grayscale: #7F7F7F. Windows color (decimal): -5150355 or 7170481. OLE color: 7170481.

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

Color convert

RGB 177 105 109 -
CMYK 0 0.41 0.38 0.31
HSL 356.67º 0.32% 0.55% -
HSV(B) 356.67º 0.41% 0.69% -
XYZ 25.94 20.55 17.07 -
YUV 126.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 177 105 109 0 0.41 0.38 0.31 356.67 0.32 0.55
Hex B1 69 6D 0 29 26 1F 165 20 37
Octal 261 151 155 0 51 46 37 545 40 67
Binary 10110001 1101001 1101101 0 101001 100110 11111 101100101 100000 110111

Color Harmonies of #B1696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1696D

Black with #B1696D

Text Example


Text Example

White with #B1696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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