Html Css Color HEX #B3696F Turkish Rose

📋 copy color: '#B3696F'

red 179 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #B3696F

Tints of Turkish Rose #B3696F

RGB

 RED value IS 179 (70.31% from 255) = 45.32%

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

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

R = 45.32%
G = 26.58%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3696F (or 0xB3696F) is known color: Turkish Rose. HEX triplet: B3, 69 and 6F. RGB value is (179,105,111). Sum of RGB (Red+Green+Blue) = 179+105+111=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3696F is #4C9690. Grayscale: #7F7F7F. Windows color (decimal): -5019281 or 7301555. OLE color: 7301555.

HSL color Cylindrical-coordinate representation of color #B3696F: hue angle of 355.14º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3696F is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 111 -
CMYK 0 0.41 0.38 0.30
HSL 355.14º 0.33% 0.56% -
HSV(B) 355.14º 0.41% 0.7% -
XYZ 26.51 20.83 17.66 -
YUV 127.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 179 105 111 0 0.41 0.38 0.30 355.14 0.33 0.56
Hex B3 69 6F 0 29 26 1E 163 21 38
Octal 263 151 157 0 51 46 36 543 41 70
Binary 10110011 1101001 1101111 0 101001 100110 11110 101100011 100001 111000

Color Harmonies of #B3696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3696F

Black with #B3696F

Text Example


Text Example

White with #B3696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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