Html Css Color HEX #B67592 Tapestry

📋 copy color: '#B67592'

red 182 ◦ green 117 ◦ blue 146

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

Shades of Tapestry #B67592

Tints of Tapestry #B67592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 40.9%
G = 26.29%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B67592 (or 0xB67592) is known color: Tapestry. HEX triplet: B6, 75 and 92. RGB value is (182,117,146). Sum of RGB (Red+Green+Blue) = 182+117+146=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B67592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67592 is #498A6D. Grayscale: #8B8B8B. Windows color (decimal): -4819566 or 9598390. OLE color: 9598390.

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

Color convert

RGB 182 117 146 -
CMYK 0 0.36 0.20 0.29
HSL 333.23º 0.31% 0.59% -
HSV(B) 333.23º 0.36% 0.71% -
XYZ 30.84 24.74 30.34 -
YUV 139.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 182 117 146 0 0.36 0.20 0.29 333.23 0.31 0.59
Hex B6 75 92 0 24 14 1D 14D 1F 3B
Octal 266 165 222 0 44 24 35 515 37 73
Binary 10110110 1110101 10010010 0 100100 10100 11101 101001101 11111 111011

Color Harmonies of #B67592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67592

Black with #B67592

Text Example


Text Example

White with #B67592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67592; }

 p { color: rgb(182,117,146); }

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

background-color css

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

 a { background-color: rgb(182,117,146); }

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

border-color css

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

 span { border-color: rgb(182,117,146); }

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