Html Css Color HEX #BB667F Tapestry

📋 copy color: '#BB667F'

red 187 ◦ green 102 ◦ blue 127

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

Shades of Tapestry #BB667F

Tints of Tapestry #BB667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 44.95%
G = 24.52%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB667F (or 0xBB667F) is known color: Tapestry. HEX triplet: BB, 66 and 7F. RGB value is (187,102,127). Sum of RGB (Red+Green+Blue) = 187+102+127=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB667F is #449980. Grayscale: #828282. Windows color (decimal): -4495745 or 8349371. OLE color: 8349371.

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

Color convert

RGB 187 102 127 -
CMYK 0 0.45 0.32 0.27
HSL 342.35º 0.38% 0.57% -
HSV(B) 342.35º 0.45% 0.73% -
XYZ 29.08 21.6 22.72 -
YUV 130.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 187 102 127 0 0.45 0.32 0.27 342.35 0.38 0.57
Hex BB 66 7F 0 2D 20 1B 156 26 39
Octal 273 146 177 0 55 40 33 526 46 71
Binary 10111011 1100110 1111111 0 101101 100000 11011 101010110 100110 111001

Color Harmonies of #BB667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB667F

Black with #BB667F

Text Example


Text Example

White with #BB667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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