Html Css Color HEX #BB686D Turkish Rose

📋 copy color: '#BB686D'

red 187 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #BB686D

Tints of Turkish Rose #BB686D

RGB

 RED value IS 187 (73.44% from 255) = 46.75%

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

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

R = 46.75%
G = 26%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB686D (or 0xBB686D) is known color: Turkish Rose. HEX triplet: BB, 68 and 6D. RGB value is (187,104,109). Sum of RGB (Red+Green+Blue) = 187+104+109=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB686D is #449792. Grayscale: #818181. Windows color (decimal): -4495251 or 7170235. OLE color: 7170235.

HSL color Cylindrical-coordinate representation of color #BB686D: hue angle of 356.39º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB686D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 104 109 -
CMYK 0 0.44 0.42 0.27
HSL 356.39º 0.38% 0.57% -
HSV(B) 356.39º 0.44% 0.73% -
XYZ 28.2 21.57 17.14 -
YUV 129.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 187 104 109 0 0.44 0.42 0.27 356.39 0.38 0.57
Hex BB 68 6D 0 2C 2A 1B 164 26 39
Octal 273 150 155 0 54 52 33 544 46 71
Binary 10111011 1101000 1101101 0 101100 101010 11011 101100100 100110 111001

Color Harmonies of #BB686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB686D

Black with #BB686D

Text Example


Text Example

White with #BB686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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