Html Css Color HEX #BB686F Turkish Rose

📋 copy color: '#BB686F'

red 187 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #BB686F

Tints of Turkish Rose #BB686F

RGB

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

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

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

R = 46.52%
G = 25.87%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB686F (or 0xBB686F) is known color: Turkish Rose. HEX triplet: BB, 68 and 6F. RGB value is (187,104,111). Sum of RGB (Red+Green+Blue) = 187+104+111=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB686F is #449790. Grayscale: #818181. Windows color (decimal): -4495249 or 7301307. OLE color: 7301307.

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

Color convert

RGB 187 104 111 -
CMYK 0 0.44 0.41 0.27
HSL 354.94º 0.38% 0.57% -
HSV(B) 354.94º 0.44% 0.73% -
XYZ 28.31 21.61 17.72 -
YUV 129.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 187 104 111 0 0.44 0.41 0.27 354.94 0.38 0.57
Hex BB 68 6F 0 2C 29 1B 163 26 39
Octal 273 150 157 0 54 51 33 543 46 71
Binary 10111011 1101000 1101111 0 101100 101001 11011 101100011 100110 111001

Color Harmonies of #BB686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB686F

Black with #BB686F

Text Example


Text Example

White with #BB686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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