Html Css Color HEX #B67681 Tapestry

📋 copy color: '#B67681'

red 182 ◦ green 118 ◦ blue 129

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

Shades of Tapestry #B67681

Tints of Tapestry #B67681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

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

R = 42.42%
G = 27.51%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B67681 (or 0xB67681) is known color: Tapestry. HEX triplet: B6, 76 and 81. RGB value is (182,118,129). Sum of RGB (Red+Green+Blue) = 182+118+129=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B67681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67681 is #49897E. Grayscale: #8A8A8A. Windows color (decimal): -4819327 or 8484534. OLE color: 8484534.

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

Color convert

RGB 182 118 129 -
CMYK 0 0.35 0.29 0.29
HSL 349.69º 0.3% 0.59% -
HSV(B) 349.69º 0.35% 0.71% -
XYZ 29.73 24.49 23.93 -
YUV 138.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 182 118 129 0 0.35 0.29 0.29 349.69 0.3 0.59
Hex B6 76 81 0 23 1D 1D 15E 1E 3B
Octal 266 166 201 0 43 35 35 536 36 73
Binary 10110110 1110110 10000001 0 100011 11101 11101 101011110 11110 111011

Color Harmonies of #B67681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67681

Black with #B67681

Text Example


Text Example

White with #B67681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67681; }

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

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

background-color css

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

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

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

border-color css

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

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

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