Html Css Color HEX #BB777E Tapestry

📋 copy color: '#BB777E'

red 187 ◦ green 119 ◦ blue 126

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

Shades of Tapestry #BB777E

Tints of Tapestry #BB777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 43.29%
G = 27.55%
B = 29.17%

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

#BB777E (or 0xBB777E) is known color: Tapestry. HEX triplet: BB, 77 and 7E. RGB value is (187,119,126). Sum of RGB (Red+Green+Blue) = 187+119+126=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB777E is #448881. Grayscale: #8C8C8C. Windows color (decimal): -4491394 or 8288187. OLE color: 8288187.

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

Color convert

RGB 187 119 126 -
CMYK 0 0.36 0.33 0.27
HSL 353.82º 0.33% 0.6% -
HSV(B) 353.82º 0.36% 0.73% -
XYZ 30.86 25.26 22.99 -
YUV 140.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 187 119 126 0 0.36 0.33 0.27 353.82 0.33 0.6
Hex BB 77 7E 0 24 21 1B 162 21 3C
Octal 273 167 176 0 44 41 33 542 41 74
Binary 10111011 1110111 1111110 0 100100 100001 11011 101100010 100001 111100

Color Harmonies of #BB777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB777E

Black with #BB777E

Text Example


Text Example

White with #BB777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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