Html Css Color HEX #B67983 Tapestry

📋 copy color: '#B67983'

red 182 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #B67983

Tints of Tapestry #B67983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 41.94%
G = 27.88%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B67983 (or 0xB67983) is known color: Tapestry. HEX triplet: B6, 79 and 83. RGB value is (182,121,131). Sum of RGB (Red+Green+Blue) = 182+121+131=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B67983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67983 is #49867C. Grayscale: #8C8C8C. Windows color (decimal): -4818557 or 8616374. OLE color: 8616374.

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

Color convert

RGB 182 121 131 -
CMYK 0 0.34 0.28 0.29
HSL 350.16º 0.29% 0.59% -
HSV(B) 350.16º 0.34% 0.71% -
XYZ 30.23 25.26 24.76 -
YUV 140.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 182 121 131 0 0.34 0.28 0.29 350.16 0.29 0.59
Hex B6 79 83 0 22 1C 1D 15E 1D 3B
Octal 266 171 203 0 42 34 35 536 35 73
Binary 10110110 1111001 10000011 0 100010 11100 11101 101011110 11101 111011

Color Harmonies of #B67983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67983

Black with #B67983

Text Example


Text Example

White with #B67983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67983; }

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

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

background-color css

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

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

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

border-color css

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

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

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