Html Css Color HEX #B67B8C Tapestry

📋 copy color: '#B67B8C'

red 182 ◦ green 123 ◦ blue 140

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

Shades of Tapestry #B67B8C

Tints of Tapestry #B67B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 40.9%
G = 27.64%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B67B8C (or 0xB67B8C) is known color: Tapestry. HEX triplet: B6, 7B and 8C. RGB value is (182,123,140). Sum of RGB (Red+Green+Blue) = 182+123+140=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B8C is #498473. Grayscale: #8E8E8E. Windows color (decimal): -4818036 or 9206710. OLE color: 9206710.

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

Color convert

RGB 182 123 140 -
CMYK 0 0.32 0.23 0.29
HSL 342.71º 0.29% 0.6% -
HSV(B) 342.71º 0.32% 0.71% -
XYZ 31.11 26 28.19 -
YUV 142.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 182 123 140 0 0.32 0.23 0.29 342.71 0.29 0.6
Hex B6 7B 8C 0 20 17 1D 157 1D 3C
Octal 266 173 214 0 40 27 35 527 35 74
Binary 10110110 1111011 10001100 0 100000 10111 11101 101010111 11101 111100

Color Harmonies of #B67B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B8C

Black with #B67B8C

Text Example


Text Example

White with #B67B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B8C; }

 p { color: rgb(182,123,140); }

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

background-color css

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

 a { background-color: rgb(182,123,140); }

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

border-color css

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

 span { border-color: rgb(182,123,140); }

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