Html Css Color HEX #B67985 Tapestry

📋 copy color: '#B67985'

red 182 ◦ green 121 ◦ blue 133

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

Shades of Tapestry #B67985

Tints of Tapestry #B67985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 41.74%
G = 27.75%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B67985 (or 0xB67985) is known color: Tapestry. HEX triplet: B6, 79 and 85. RGB value is (182,121,133). Sum of RGB (Red+Green+Blue) = 182+121+133=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B67985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67985 is #49867A. Grayscale: #8C8C8C. Windows color (decimal): -4818555 or 8747446. OLE color: 8747446.

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

Color convert

RGB 182 121 133 -
CMYK 0 0.34 0.27 0.29
HSL 348.2º 0.29% 0.59% -
HSV(B) 348.2º 0.34% 0.71% -
XYZ 30.36 25.31 25.48 -
YUV 140.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 182 121 133 0 0.34 0.27 0.29 348.2 0.29 0.59
Hex B6 79 85 0 22 1B 1D 15C 1D 3B
Octal 266 171 205 0 42 33 35 534 35 73
Binary 10110110 1111001 10000101 0 100010 11011 11101 101011100 11101 111011

Color Harmonies of #B67985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67985

Black with #B67985

Text Example


Text Example

White with #B67985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67985; }

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

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

background-color css

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

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

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

border-color css

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

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

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