Html Css Color HEX #B96782 Tapestry

📋 copy color: '#B96782'

red 185 ◦ green 103 ◦ blue 130

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

Shades of Tapestry #B96782

Tints of Tapestry #B96782

RGB

 RED value IS 185 (72.66% from 255) = 44.26%

 GREEN value IS 103 (40.63% from 255) = 24.64%

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 44.26%
G = 24.64%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96782 (or 0xB96782) is known color: Tapestry. HEX triplet: B9, 67 and 82. RGB value is (185,103,130). Sum of RGB (Red+Green+Blue) = 185+103+130=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96782 is #46987D. Grayscale: #828282. Windows color (decimal): -4626558 or 8546233. OLE color: 8546233.

HSL color Cylindrical-coordinate representation of color #B96782: hue angle of 340.24º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96782 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 130 -
CMYK 0 0.44 0.30 0.27
HSL 340.24º 0.37% 0.56% -
HSV(B) 340.24º 0.44% 0.73% -
XYZ 28.89 21.63 23.77 -
YUV 130.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 185 103 130 0 0.44 0.30 0.27 340.24 0.37 0.56
Hex B9 67 82 0 2C 1E 1B 154 25 38
Octal 271 147 202 0 54 36 33 524 45 70
Binary 10111001 1100111 10000010 0 101100 11110 11011 101010100 100101 111000

Color Harmonies of #B96782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96782

Black with #B96782

Text Example


Text Example

White with #B96782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96782; }

 p { color: rgb(185,103,130); }

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

background-color css

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

 a { background-color: rgb(185,103,130); }

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

border-color css

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

 span { border-color: rgb(185,103,130); }

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