Html Css Color HEX #BB7685 Tapestry

📋 copy color: '#BB7685'

red 187 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #BB7685

Tints of Tapestry #BB7685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 42.69%
G = 26.94%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB7685 (or 0xBB7685) is known color: Tapestry. HEX triplet: BB, 76 and 85. RGB value is (187,118,133). Sum of RGB (Red+Green+Blue) = 187+118+133=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7685 is #44897A. Grayscale: #8C8C8C. Windows color (decimal): -4491643 or 8746683. OLE color: 8746683.

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

Color convert

RGB 187 118 133 -
CMYK 0 0.37 0.29 0.27
HSL 346.96º 0.34% 0.6% -
HSV(B) 346.96º 0.37% 0.73% -
XYZ 31.21 25.22 25.41 -
YUV 140.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 187 118 133 0 0.37 0.29 0.27 346.96 0.34 0.6
Hex BB 76 85 0 25 1D 1B 15B 22 3C
Octal 273 166 205 0 45 35 33 533 42 74
Binary 10111011 1110110 10000101 0 100101 11101 11011 101011011 100010 111100

Color Harmonies of #BB7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7685

Black with #BB7685

Text Example


Text Example

White with #BB7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7685; }

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

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

background-color css

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

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

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

border-color css

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

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

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