Html Css Color HEX #B1696B Turkish Rose

📋 copy color: '#B1696B'

red 177 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #B1696B

Tints of Turkish Rose #B1696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 45.5%
G = 26.99%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1696B (or 0xB1696B) is known color: Turkish Rose. HEX triplet: B1, 69 and 6B. RGB value is (177,105,107). Sum of RGB (Red+Green+Blue) = 177+105+107=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696B is #4E9694. Grayscale: #7E7E7E. Windows color (decimal): -5150357 or 7039409. OLE color: 7039409.

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

Color convert

RGB 177 105 107 -
CMYK 0 0.41 0.40 0.31
HSL 358.33º 0.32% 0.55% -
HSV(B) 358.33º 0.41% 0.69% -
XYZ 25.84 20.51 16.51 -
YUV 126.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 177 105 107 0 0.41 0.40 0.31 358.33 0.32 0.55
Hex B1 69 6B 0 29 28 1F 166 20 37
Octal 261 151 153 0 51 50 37 546 40 67
Binary 10110001 1101001 1101011 0 101001 101000 11111 101100110 100000 110111

Color Harmonies of #B1696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1696B

Black with #B1696B

Text Example


Text Example

White with #B1696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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