Html Css Color HEX #BB686A Turkish Rose

📋 copy color: '#BB686A'

red 187 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #BB686A

Tints of Turkish Rose #BB686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 47.1%
G = 26.2%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB686A (or 0xBB686A) is known color: Turkish Rose. HEX triplet: BB, 68 and 6A. RGB value is (187,104,106). Sum of RGB (Red+Green+Blue) = 187+104+106=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB686A is #449795. Grayscale: #818181. Windows color (decimal): -4495254 or 6973627. OLE color: 6973627.

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

Color convert

RGB 187 104 106 -
CMYK 0 0.44 0.43 0.27
HSL 358.55º 0.38% 0.57% -
HSV(B) 358.55º 0.44% 0.73% -
XYZ 28.05 21.51 16.31 -
YUV 129.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 187 104 106 0 0.44 0.43 0.27 358.55 0.38 0.57
Hex BB 68 6A 0 2C 2B 1B 167 26 39
Octal 273 150 152 0 54 53 33 547 46 71
Binary 10111011 1101000 1101010 0 101100 101011 11011 101100111 100110 111001

Color Harmonies of #BB686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB686A

Black with #BB686A

Text Example


Text Example

White with #BB686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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