Html Css Color HEX #BB667D Tapestry

📋 copy color: '#BB667D'

red 187 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #BB667D

Tints of Tapestry #BB667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 45.17%
G = 24.64%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB667D (or 0xBB667D) is known color: Tapestry. HEX triplet: BB, 66 and 7D. RGB value is (187,102,125). Sum of RGB (Red+Green+Blue) = 187+102+125=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB667D is #449982. Grayscale: #828282. Windows color (decimal): -4495747 or 8218299. OLE color: 8218299.

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

Color convert

RGB 187 102 125 -
CMYK 0 0.45 0.33 0.27
HSL 343.76º 0.38% 0.57% -
HSV(B) 343.76º 0.45% 0.73% -
XYZ 28.95 21.55 22.04 -
YUV 130.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 187 102 125 0 0.45 0.33 0.27 343.76 0.38 0.57
Hex BB 66 7D 0 2D 21 1B 158 26 39
Octal 273 146 175 0 55 41 33 530 46 71
Binary 10111011 1100110 1111101 0 101101 100001 11011 101011000 100110 111001

Color Harmonies of #BB667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB667D

Black with #BB667D

Text Example


Text Example

White with #BB667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB667D; }

 p { color: rgb(187,102,125); }

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

background-color css

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

 a { background-color: rgb(187,102,125); }

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

border-color css

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

 span { border-color: rgb(187,102,125); }

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