Html Css Color HEX #B96B7B Tapestry

📋 copy color: '#B96B7B'

red 185 ◦ green 107 ◦ blue 123

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

Shades of Tapestry #B96B7B

Tints of Tapestry #B96B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 44.58%
G = 25.78%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B96B7B (or 0xB96B7B) is known color: Tapestry. HEX triplet: B9, 6B and 7B. RGB value is (185,107,123). Sum of RGB (Red+Green+Blue) = 185+107+123=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B7B is #469484. Grayscale: #848484. Windows color (decimal): -4625541 or 8088505. OLE color: 8088505.

HSL color Cylindrical-coordinate representation of color #B96B7B: hue angle of 347.69º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B7B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 123 -
CMYK 0 0.42 0.34 0.27
HSL 347.69º 0.36% 0.57% -
HSV(B) 347.69º 0.42% 0.73% -
XYZ 28.84 22.26 21.52 -
YUV 132.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 185 107 123 0 0.42 0.34 0.27 347.69 0.36 0.57
Hex B9 6B 7B 0 2A 22 1B 15C 24 39
Octal 271 153 173 0 52 42 33 534 44 71
Binary 10111001 1101011 1111011 0 101010 100010 11011 101011100 100100 111001

Color Harmonies of #B96B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B7B

Black with #B96B7B

Text Example


Text Example

White with #B96B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B7B; }

 p { color: rgb(185,107,123); }

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

background-color css

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

 a { background-color: rgb(185,107,123); }

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

border-color css

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

 span { border-color: rgb(185,107,123); }

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