Html Css Color HEX #B67D94 Tapestry

📋 copy color: '#B67D94'

red 182 ◦ green 125 ◦ blue 148

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

Shades of Tapestry #B67D94

Tints of Tapestry #B67D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 40%
G = 27.47%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B67D94 (or 0xB67D94) is known color: Tapestry. HEX triplet: B6, 7D and 94. RGB value is (182,125,148). Sum of RGB (Red+Green+Blue) = 182+125+148=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D94 is #49826B. Grayscale: #909090. Windows color (decimal): -4817516 or 9731510. OLE color: 9731510.

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

Color convert

RGB 182 125 148 -
CMYK 0 0.31 0.19 0.29
HSL 335.79º 0.28% 0.6% -
HSV(B) 335.79º 0.31% 0.71% -
XYZ 31.97 26.75 31.5 -
YUV 144.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 182 125 148 0 0.31 0.19 0.29 335.79 0.28 0.6
Hex B6 7D 94 0 1F 13 1D 150 1C 3C
Octal 266 175 224 0 37 23 35 520 34 74
Binary 10110110 1111101 10010100 0 11111 10011 11101 101010000 11100 111100

Color Harmonies of #B67D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D94

Black with #B67D94

Text Example


Text Example

White with #B67D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D94; }

 p { color: rgb(182,125,148); }

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

background-color css

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

 a { background-color: rgb(182,125,148); }

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

border-color css

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

 span { border-color: rgb(182,125,148); }

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