Html Css Color HEX #BB697B Tapestry

📋 copy color: '#BB697B'

red 187 ◦ green 105 ◦ blue 123

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

Shades of Tapestry #BB697B

Tints of Tapestry #BB697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 45.06%
G = 25.3%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB697B (or 0xBB697B) is known color: Tapestry. HEX triplet: BB, 69 and 7B. RGB value is (187,105,123). Sum of RGB (Red+Green+Blue) = 187+105+123=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB697B is #449684. Grayscale: #838383. Windows color (decimal): -4494981 or 8087995. OLE color: 8087995.

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

Color convert

RGB 187 105 123 -
CMYK 0 0.44 0.34 0.27
HSL 346.83º 0.38% 0.57% -
HSV(B) 346.83º 0.44% 0.73% -
XYZ 29.12 22.1 21.47 -
YUV 131.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 187 105 123 0 0.44 0.34 0.27 346.83 0.38 0.57
Hex BB 69 7B 0 2C 22 1B 15B 26 39
Octal 273 151 173 0 54 42 33 533 46 71
Binary 10111011 1101001 1111011 0 101100 100010 11011 101011011 100110 111001

Color Harmonies of #BB697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB697B

Black with #BB697B

Text Example


Text Example

White with #BB697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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