Html Css Color HEX #B67982 Tapestry

📋 copy color: '#B67982'

red 182 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #B67982

Tints of Tapestry #B67982

RGB

 RED value IS 182 (71.48% from 255) = 42.03%

 GREEN value IS 121 (47.66% from 255) = 27.94%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 42.03%
G = 27.94%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B67982 (or 0xB67982) is known color: Tapestry. HEX triplet: B6, 79 and 82. RGB value is (182,121,130). Sum of RGB (Red+Green+Blue) = 182+121+130=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67982 is #49867D. Grayscale: #8C8C8C. Windows color (decimal): -4818558 or 8550838. OLE color: 8550838.

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

Color convert

RGB 182 121 130 -
CMYK 0 0.34 0.29 0.29
HSL 351.15º 0.29% 0.59% -
HSV(B) 351.15º 0.34% 0.71% -
XYZ 30.16 25.23 24.4 -
YUV 140.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 182 121 130 0 0.34 0.29 0.29 351.15 0.29 0.59
Hex B6 79 82 0 22 1D 1D 15F 1D 3B
Octal 266 171 202 0 42 35 35 537 35 73
Binary 10110110 1111001 10000010 0 100010 11101 11101 101011111 11101 111011

Color Harmonies of #B67982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67982

Black with #B67982

Text Example


Text Example

White with #B67982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67982; }

 p { color: rgb(182,121,130); }

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

background-color css

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

 a { background-color: rgb(182,121,130); }

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

border-color css

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

 span { border-color: rgb(182,121,130); }

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