Html Css Color HEX #B96F83 Tapestry

📋 copy color: '#B96F83'

red 185 ◦ green 111 ◦ blue 131

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

Shades of Tapestry #B96F83

Tints of Tapestry #B96F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 43.33%
G = 26%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B96F83 (or 0xB96F83) is known color: Tapestry. HEX triplet: B9, 6F and 83. RGB value is (185,111,131). Sum of RGB (Red+Green+Blue) = 185+111+131=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F83 is #46907C. Grayscale: #878787. Windows color (decimal): -4624509 or 8613817. OLE color: 8613817.

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

Color convert

RGB 185 111 131 -
CMYK 0 0.4 0.29 0.27
HSL 343.78º 0.35% 0.58% -
HSV(B) 343.78º 0.4% 0.73% -
XYZ 29.79 23.32 24.4 -
YUV 135.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 185 111 131 0 0.4 0.29 0.27 343.78 0.35 0.58
Hex B9 6F 83 0 28 1D 1B 158 23 3A
Octal 271 157 203 0 50 35 33 530 43 72
Binary 10111001 1101111 10000011 0 101000 11101 11011 101011000 100011 111010

Color Harmonies of #B96F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F83

Black with #B96F83

Text Example


Text Example

White with #B96F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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