Html Css Color HEX #BB777D Tapestry

📋 copy color: '#BB777D'

red 187 ◦ green 119 ◦ blue 125

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

Shades of Tapestry #BB777D

Tints of Tapestry #BB777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

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

R = 43.39%
G = 27.61%
B = 29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB777D (or 0xBB777D) is known color: Tapestry. HEX triplet: BB, 77 and 7D. RGB value is (187,119,125). Sum of RGB (Red+Green+Blue) = 187+119+125=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB777D is #448882. Grayscale: #8C8C8C. Windows color (decimal): -4491395 or 8222651. OLE color: 8222651.

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

Color convert

RGB 187 119 125 -
CMYK 0 0.36 0.33 0.27
HSL 354.71º 0.33% 0.6% -
HSV(B) 354.71º 0.36% 0.73% -
XYZ 30.79 25.24 22.65 -
YUV 140.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 187 119 125 0 0.36 0.33 0.27 354.71 0.33 0.6
Hex BB 77 7D 0 24 21 1B 163 21 3C
Octal 273 167 175 0 44 41 33 543 41 74
Binary 10111011 1110111 1111101 0 100100 100001 11011 101100011 100001 111100

Color Harmonies of #BB777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB777D

Black with #BB777D

Text Example


Text Example

White with #BB777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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