Html Css Color HEX #B96283 Tapestry

📋 copy color: '#B96283'

red 185 ◦ green 98 ◦ blue 131

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

Shades of Tapestry #B96283

Tints of Tapestry #B96283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

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

R = 44.69%
G = 23.67%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B96283 (or 0xB96283) is known color: Tapestry. HEX triplet: B9, 62 and 83. RGB value is (185,98,131). Sum of RGB (Red+Green+Blue) = 185+98+131=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96283 is #469D7C. Grayscale: #7F7F7F. Windows color (decimal): -4627837 or 8610489. OLE color: 8610489.

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

Color convert

RGB 185 98 131 -
CMYK 0 0.47 0.29 0.27
HSL 337.24º 0.38% 0.55% -
HSV(B) 337.24º 0.47% 0.73% -
XYZ 28.47 20.69 23.97 -
YUV 127.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 185 98 131 0 0.47 0.29 0.27 337.24 0.38 0.55
Hex B9 62 83 0 2F 1D 1B 151 26 37
Octal 271 142 203 0 57 35 33 521 46 67
Binary 10111001 1100010 10000011 0 101111 11101 11011 101010001 100110 110111

Color Harmonies of #B96283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96283

Black with #B96283

Text Example


Text Example

White with #B96283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96283; }

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

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

background-color css

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

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

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

border-color css

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

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

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