Html Css Color HEX #B96F7D Tapestry

📋 copy color: '#B96F7D'

red 185 ◦ green 111 ◦ blue 125

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

Shades of Tapestry #B96F7D

Tints of Tapestry #B96F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 43.94%
G = 26.37%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B96F7D (or 0xB96F7D) is known color: Tapestry. HEX triplet: B9, 6F and 7D. RGB value is (185,111,125). Sum of RGB (Red+Green+Blue) = 185+111+125=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F7D is #469082. Grayscale: #868686. Windows color (decimal): -4624515 or 8220601. OLE color: 8220601.

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

Color convert

RGB 185 111 125 -
CMYK 0 0.4 0.32 0.27
HSL 348.65º 0.35% 0.58% -
HSV(B) 348.65º 0.4% 0.73% -
XYZ 29.39 23.16 22.32 -
YUV 134.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 185 111 125 0 0.4 0.32 0.27 348.65 0.35 0.58
Hex B9 6F 7D 0 28 20 1B 15D 23 3A
Octal 271 157 175 0 50 40 33 535 43 72
Binary 10111001 1101111 1111101 0 101000 100000 11011 101011101 100011 111010

Color Harmonies of #B96F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F7D

Black with #B96F7D

Text Example


Text Example

White with #B96F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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