Html Css Color HEX #BB6B76 Tapestry

📋 copy color: '#BB6B76'

red 187 ◦ green 107 ◦ blue 118

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

Shades of Tapestry #BB6B76

Tints of Tapestry #BB6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 45.39%
G = 25.97%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB6B76 (or 0xBB6B76) is known color: Tapestry. HEX triplet: BB, 6B and 76. RGB value is (187,107,118). Sum of RGB (Red+Green+Blue) = 187+107+118=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B76 is #449489. Grayscale: #848484. Windows color (decimal): -4494474 or 7760827. OLE color: 7760827.

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

Color convert

RGB 187 107 118 -
CMYK 0 0.43 0.37 0.27
HSL 351.75º 0.37% 0.58% -
HSV(B) 351.75º 0.43% 0.73% -
XYZ 29.02 22.39 19.93 -
YUV 132.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 187 107 118 0 0.43 0.37 0.27 351.75 0.37 0.58
Hex BB 6B 76 0 2B 25 1B 160 25 3A
Octal 273 153 166 0 53 45 33 540 45 72
Binary 10111011 1101011 1110110 0 101011 100101 11011 101100000 100101 111010

Color Harmonies of #BB6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B76

Black with #BB6B76

Text Example


Text Example

White with #BB6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B76; }

 p { color: rgb(187,107,118); }

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

background-color css

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

 a { background-color: rgb(187,107,118); }

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

border-color css

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

 span { border-color: rgb(187,107,118); }

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