Html Css Color HEX #B67A8E Tapestry

📋 copy color: '#B67A8E'

red 182 ◦ green 122 ◦ blue 142

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

Shades of Tapestry #B67A8E

Tints of Tapestry #B67A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 40.81%
G = 27.35%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B67A8E (or 0xB67A8E) is known color: Tapestry. HEX triplet: B6, 7A and 8E. RGB value is (182,122,142). Sum of RGB (Red+Green+Blue) = 182+122+142=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A8E is #498571. Grayscale: #8E8E8E. Windows color (decimal): -4818290 or 9337526. OLE color: 9337526.

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

Color convert

RGB 182 122 142 -
CMYK 0 0.33 0.22 0.29
HSL 340º 0.29% 0.6% -
HSV(B) 340º 0.33% 0.71% -
XYZ 31.13 25.82 28.93 -
YUV 142.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 182 122 142 0 0.33 0.22 0.29 340 0.29 0.6
Hex B6 7A 8E 0 21 16 1D 154 1D 3C
Octal 266 172 216 0 41 26 35 524 35 74
Binary 10110110 1111010 10001110 0 100001 10110 11101 101010100 11101 111100

Color Harmonies of #B67A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A8E

Black with #B67A8E

Text Example


Text Example

White with #B67A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A8E; }

 p { color: rgb(182,122,142); }

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

background-color css

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

 a { background-color: rgb(182,122,142); }

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

border-color css

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

 span { border-color: rgb(182,122,142); }

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