Html Css Color HEX #B67881 Tapestry

📋 copy color: '#B67881'

red 182 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #B67881

Tints of Tapestry #B67881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 42.23%
G = 27.84%
B = 29.93%

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

#B67881 (or 0xB67881) is known color: Tapestry. HEX triplet: B6, 78 and 81. RGB value is (182,120,129). Sum of RGB (Red+Green+Blue) = 182+120+129=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67881 is #49877E. Grayscale: #8B8B8B. Windows color (decimal): -4818815 or 8485046. OLE color: 8485046.

HSL color Cylindrical-coordinate representation of color #B67881: hue angle of 351.29º degrees, saturation: 0.3, 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 #B67881 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 129 -
CMYK 0 0.34 0.29 0.29
HSL 351.29º 0.3% 0.59% -
HSV(B) 351.29º 0.34% 0.71% -
XYZ 29.97 24.96 24.01 -
YUV 139.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 182 120 129 0 0.34 0.29 0.29 351.29 0.3 0.59
Hex B6 78 81 0 22 1D 1D 15F 1E 3B
Octal 266 170 201 0 42 35 35 537 36 73
Binary 10110110 1111000 10000001 0 100010 11101 11101 101011111 11110 111011

Color Harmonies of #B67881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67881

Black with #B67881

Text Example


Text Example

White with #B67881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67881; }

 p { color: rgb(182,120,129); }

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

background-color css

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

 a { background-color: rgb(182,120,129); }

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

border-color css

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

 span { border-color: rgb(182,120,129); }

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