Html Css Color HEX #B3696C Turkish Rose

📋 copy color: '#B3696C'

red 179 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #B3696C

Tints of Turkish Rose #B3696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 45.66%
G = 26.79%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3696C (or 0xB3696C) is known color: Turkish Rose. HEX triplet: B3, 69 and 6C. RGB value is (179,105,108). Sum of RGB (Red+Green+Blue) = 179+105+108=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3696C is #4C9693. Grayscale: #7F7F7F. Windows color (decimal): -5019284 or 7104947. OLE color: 7104947.

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

Color convert

RGB 179 105 108 -
CMYK 0 0.41 0.40 0.30
HSL 357.57º 0.33% 0.56% -
HSV(B) 357.57º 0.41% 0.7% -
XYZ 26.35 20.77 16.81 -
YUV 127.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 179 105 108 0 0.41 0.40 0.30 357.57 0.33 0.56
Hex B3 69 6C 0 29 28 1E 166 21 38
Octal 263 151 154 0 51 50 36 546 41 70
Binary 10110011 1101001 1101100 0 101001 101000 11110 101100110 100001 111000

Color Harmonies of #B3696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3696C

Black with #B3696C

Text Example


Text Example

White with #B3696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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