Html Css Color HEX #B67D90 Tapestry

📋 copy color: '#B67D90'

red 182 ◦ green 125 ◦ blue 144

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

Shades of Tapestry #B67D90

Tints of Tapestry #B67D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.93%

R = 40.35%
G = 27.72%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67D90 (or 0xB67D90) is known color: Tapestry. HEX triplet: B6, 7D and 90. RGB value is (182,125,144). Sum of RGB (Red+Green+Blue) = 182+125+144=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D90 is #49826F. Grayscale: #909090. Windows color (decimal): -4817520 or 9469366. OLE color: 9469366.

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

Color convert

RGB 182 125 144 -
CMYK 0 0.31 0.21 0.29
HSL 340º 0.28% 0.6% -
HSV(B) 340º 0.31% 0.71% -
XYZ 31.66 26.63 29.86 -
YUV 144.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 182 125 144 0 0.31 0.21 0.29 340 0.28 0.6
Hex B6 7D 90 0 1F 15 1D 154 1C 3C
Octal 266 175 220 0 37 25 35 524 34 74
Binary 10110110 1111101 10010000 0 11111 10101 11101 101010100 11100 111100

Color Harmonies of #B67D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D90

Black with #B67D90

Text Example


Text Example

White with #B67D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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