Html Css Color HEX #BB667C Tapestry

📋 copy color: '#BB667C'

red 187 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #BB667C

Tints of Tapestry #BB667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 45.28%
G = 24.7%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB667C (or 0xBB667C) is known color: Tapestry. HEX triplet: BB, 66 and 7C. RGB value is (187,102,124). Sum of RGB (Red+Green+Blue) = 187+102+124=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB667C is #449983. Grayscale: #818181. Windows color (decimal): -4495748 or 8152763. OLE color: 8152763.

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

Color convert

RGB 187 102 124 -
CMYK 0 0.45 0.34 0.27
HSL 344.47º 0.38% 0.57% -
HSV(B) 344.47º 0.45% 0.73% -
XYZ 28.88 21.52 21.7 -
YUV 129.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 187 102 124 0 0.45 0.34 0.27 344.47 0.38 0.57
Hex BB 66 7C 0 2D 22 1B 158 26 39
Octal 273 146 174 0 55 42 33 530 46 71
Binary 10111011 1100110 1111100 0 101101 100010 11011 101011000 100110 111001

Color Harmonies of #BB667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB667C

Black with #BB667C

Text Example


Text Example

White with #BB667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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