Html Css Color HEX #B7828A Tapestry

📋 copy color: '#B7828A'

red 183 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #B7828A

Tints of Tapestry #B7828A

RGB

 RED value IS 183 (71.88% from 255) = 40.58%

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

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

R = 40.58%
G = 28.82%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7828A (or 0xB7828A) is known color: Tapestry. HEX triplet: B7, 82 and 8A. RGB value is (183,130,138). Sum of RGB (Red+Green+Blue) = 183+130+138=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828A is #487D75. Grayscale: #929292. Windows color (decimal): -4750710 or 9077431. OLE color: 9077431.

HSL color Cylindrical-coordinate representation of color #B7828A: hue angle of 350.94º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7828A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 138 -
CMYK 0 0.29 0.25 0.28
HSL 350.94º 0.27% 0.61% -
HSV(B) 350.94º 0.29% 0.72% -
XYZ 32.1 27.87 27.73 -
YUV 146.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 183 130 138 0 0.29 0.25 0.28 350.94 0.27 0.61
Hex B7 82 8A 0 1D 19 1C 15F 1B 3D
Octal 267 202 212 0 35 31 34 537 33 75
Binary 10110111 10000010 10001010 0 11101 11001 11100 101011111 11011 111101

Color Harmonies of #B7828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7828A

Black with #B7828A

Text Example


Text Example

White with #B7828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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