Html Css Color HEX #B3686D Turkish Rose

📋 copy color: '#B3686D'

red 179 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #B3686D

Tints of Turkish Rose #B3686D

RGB

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

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

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

R = 45.66%
G = 26.53%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3686D (or 0xB3686D) is known color: Turkish Rose. HEX triplet: B3, 68 and 6D. RGB value is (179,104,109). Sum of RGB (Red+Green+Blue) = 179+104+109=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3686D is #4C9792. Grayscale: #7F7F7F. Windows color (decimal): -5019539 or 7170227. OLE color: 7170227.

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

Color convert

RGB 179 104 109 -
CMYK 0 0.42 0.39 0.30
HSL 356º 0.33% 0.55% -
HSV(B) 356º 0.42% 0.7% -
XYZ 26.3 20.59 17.06 -
YUV 127 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 179 104 109 0 0.42 0.39 0.30 356 0.33 0.55
Hex B3 68 6D 0 2A 27 1E 164 21 37
Octal 263 150 155 0 52 47 36 544 41 67
Binary 10110011 1101000 1101101 0 101010 100111 11110 101100100 100001 110111

Color Harmonies of #B3686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3686D

Black with #B3686D

Text Example


Text Example

White with #B3686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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