Html Css Color HEX #BB828A Tapestry

📋 copy color: '#BB828A'

red 187 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #BB828A

Tints of Tapestry #BB828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 41.1%
G = 28.57%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB828A (or 0xBB828A) is known color: Tapestry. HEX triplet: BB, 82 and 8A. RGB value is (187,130,138). Sum of RGB (Red+Green+Blue) = 187+130+138=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828A is #447D75. Grayscale: #939393. Windows color (decimal): -4488566 or 9077435. OLE color: 9077435.

HSL color Cylindrical-coordinate representation of color #BB828A: hue angle of 351.58º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB828A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 138 -
CMYK 0 0.30 0.26 0.27
HSL 351.58º 0.3% 0.62% -
HSV(B) 351.58º 0.3% 0.73% -
XYZ 33.06 28.37 27.78 -
YUV 147.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 187 130 138 0 0.30 0.26 0.27 351.58 0.3 0.62
Hex BB 82 8A 0 1E 1A 1B 160 1E 3E
Octal 273 202 212 0 36 32 33 540 36 76
Binary 10111011 10000010 10001010 0 11110 11010 11011 101100000 11110 111110

Color Harmonies of #BB828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB828A

Black with #BB828A

Text Example


Text Example

White with #BB828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB828A; }

 p { color: rgb(187,130,138); }

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

background-color css

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

 a { background-color: rgb(187,130,138); }

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

border-color css

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

 span { border-color: rgb(187,130,138); }

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