Html Css Color HEX #B67A8F Tapestry

📋 copy color: '#B67A8F'

red 182 ◦ green 122 ◦ blue 143

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

Shades of Tapestry #B67A8F

Tints of Tapestry #B67A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 40.72%
G = 27.29%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67A8F (or 0xB67A8F) is known color: Tapestry. HEX triplet: B6, 7A and 8F. RGB value is (182,122,143). Sum of RGB (Red+Green+Blue) = 182+122+143=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A8F is #498570. Grayscale: #8E8E8E. Windows color (decimal): -4818289 or 9403062. OLE color: 9403062.

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

Color convert

RGB 182 122 143 -
CMYK 0 0.33 0.21 0.29
HSL 339º 0.29% 0.6% -
HSV(B) 339º 0.33% 0.71% -
XYZ 31.21 25.85 29.33 -
YUV 142.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 182 122 143 0 0.33 0.21 0.29 339 0.29 0.6
Hex B6 7A 8F 0 21 15 1D 153 1D 3C
Octal 266 172 217 0 41 25 35 523 35 74
Binary 10110110 1111010 10001111 0 100001 10101 11101 101010011 11101 111100

Color Harmonies of #B67A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A8F

Black with #B67A8F

Text Example


Text Example

White with #B67A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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