Html Css Color HEX #BB697A Tapestry

📋 copy color: '#BB697A'

red 187 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #BB697A

Tints of Tapestry #BB697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 45.17%
G = 25.36%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB697A (or 0xBB697A) is known color: Tapestry. HEX triplet: BB, 69 and 7A. RGB value is (187,105,122). Sum of RGB (Red+Green+Blue) = 187+105+122=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB697A is #449685. Grayscale: #838383. Windows color (decimal): -4494982 or 8022459. OLE color: 8022459.

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

Color convert

RGB 187 105 122 -
CMYK 0 0.44 0.35 0.27
HSL 347.56º 0.38% 0.57% -
HSV(B) 347.56º 0.44% 0.73% -
XYZ 29.06 22.07 21.14 -
YUV 131.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 187 105 122 0 0.44 0.35 0.27 347.56 0.38 0.57
Hex BB 69 7A 0 2C 23 1B 15C 26 39
Octal 273 151 172 0 54 43 33 534 46 71
Binary 10111011 1101001 1111010 0 101100 100011 11011 101011100 100110 111001

Color Harmonies of #BB697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB697A

Black with #BB697A

Text Example


Text Example

White with #BB697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB697A; }

 p { color: rgb(187,105,122); }

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

background-color css

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

 a { background-color: rgb(187,105,122); }

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

border-color css

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

 span { border-color: rgb(187,105,122); }

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