Html Css Color HEX #BB6F7D Tapestry

📋 copy color: '#BB6F7D'

red 187 ◦ green 111 ◦ blue 125

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

Shades of Tapestry #BB6F7D

Tints of Tapestry #BB6F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 44.21%
G = 26.24%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB6F7D (or 0xBB6F7D) is known color: Tapestry. HEX triplet: BB, 6F and 7D. RGB value is (187,111,125). Sum of RGB (Red+Green+Blue) = 187+111+125=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F7D is #449082. Grayscale: #878787. Windows color (decimal): -4493443 or 8220603. OLE color: 8220603.

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

Color convert

RGB 187 111 125 -
CMYK 0 0.41 0.33 0.27
HSL 348.95º 0.36% 0.58% -
HSV(B) 348.95º 0.41% 0.73% -
XYZ 29.88 23.41 22.35 -
YUV 135.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 187 111 125 0 0.41 0.33 0.27 348.95 0.36 0.58
Hex BB 6F 7D 0 29 21 1B 15D 24 3A
Octal 273 157 175 0 51 41 33 535 44 72
Binary 10111011 1101111 1111101 0 101001 100001 11011 101011101 100100 111010

Color Harmonies of #BB6F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F7D

Black with #BB6F7D

Text Example


Text Example

White with #BB6F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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