Html Css Color HEX #B3686C Turkish Rose

📋 copy color: '#B3686C'

red 179 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #B3686C

Tints of Turkish Rose #B3686C

RGB

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

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

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

R = 45.78%
G = 26.6%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3686C (or 0xB3686C) is known color: Turkish Rose. HEX triplet: B3, 68 and 6C. RGB value is (179,104,108). Sum of RGB (Red+Green+Blue) = 179+104+108=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3686C is #4C9793. Grayscale: #7E7E7E. Windows color (decimal): -5019540 or 7104691. OLE color: 7104691.

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

Color convert

RGB 179 104 108 -
CMYK 0 0.42 0.40 0.30
HSL 356.8º 0.33% 0.55% -
HSV(B) 356.8º 0.42% 0.7% -
XYZ 26.25 20.57 16.77 -
YUV 126.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 179 104 108 0 0.42 0.40 0.30 356.8 0.33 0.55
Hex B3 68 6C 0 2A 28 1E 165 21 37
Octal 263 150 154 0 52 50 36 545 41 67
Binary 10110011 1101000 1101100 0 101010 101000 11110 101100101 100001 110111

Color Harmonies of #B3686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3686C

Black with #B3686C

Text Example


Text Example

White with #B3686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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