Html Css Color HEX #B96F81 Tapestry

📋 copy color: '#B96F81'

red 185 ◦ green 111 ◦ blue 129

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

Shades of Tapestry #B96F81

Tints of Tapestry #B96F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 43.53%
G = 26.12%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96F81 (or 0xB96F81) is known color: Tapestry. HEX triplet: B9, 6F and 81. RGB value is (185,111,129). Sum of RGB (Red+Green+Blue) = 185+111+129=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F81 is #46907E. Grayscale: #878787. Windows color (decimal): -4624511 or 8482745. OLE color: 8482745.

HSL color Cylindrical-coordinate representation of color #B96F81: hue angle of 345.41º 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 #B96F81 is Cyan = 0, Magento = 0.4, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 129 -
CMYK 0 0.4 0.30 0.27
HSL 345.41º 0.35% 0.58% -
HSV(B) 345.41º 0.4% 0.73% -
XYZ 29.65 23.27 23.7 -
YUV 135.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 185 111 129 0 0.4 0.30 0.27 345.41 0.35 0.58
Hex B9 6F 81 0 28 1E 1B 159 23 3A
Octal 271 157 201 0 50 36 33 531 43 72
Binary 10111001 1101111 10000001 0 101000 11110 11011 101011001 100011 111010

Color Harmonies of #B96F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F81

Black with #B96F81

Text Example


Text Example

White with #B96F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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