Html Css Color HEX #B96583 Tapestry

📋 copy color: '#B96583'

red 185 ◦ green 101 ◦ blue 131

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

Shades of Tapestry #B96583

Tints of Tapestry #B96583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 44.36%
G = 24.22%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B96583 (or 0xB96583) is known color: Tapestry. HEX triplet: B9, 65 and 83. RGB value is (185,101,131). Sum of RGB (Red+Green+Blue) = 185+101+131=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96583 is #469A7C. Grayscale: #818181. Windows color (decimal): -4627069 or 8611257. OLE color: 8611257.

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

Color convert

RGB 185 101 131 -
CMYK 0 0.45 0.29 0.27
HSL 338.57º 0.38% 0.56% -
HSV(B) 338.57º 0.45% 0.73% -
XYZ 28.76 21.26 24.06 -
YUV 129.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 185 101 131 0 0.45 0.29 0.27 338.57 0.38 0.56
Hex B9 65 83 0 2D 1D 1B 153 26 38
Octal 271 145 203 0 55 35 33 523 46 70
Binary 10111001 1100101 10000011 0 101101 11101 11011 101010011 100110 111000

Color Harmonies of #B96583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96583

Black with #B96583

Text Example


Text Example

White with #B96583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96583; }

 p { color: rgb(185,101,131); }

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

background-color css

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

 a { background-color: rgb(185,101,131); }

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

border-color css

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

 span { border-color: rgb(185,101,131); }

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