Html Css Color HEX #B96341 Tuscany

📋 copy color: '#B96341'

red 185 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #B96341

Tints of Tuscany #B96341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 53.01%
G = 28.37%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B96341 (or 0xB96341) is known color: Tuscany. HEX triplet: B9, 63 and 41. RGB value is (185,99,65). Sum of RGB (Red+Green+Blue) = 185+99+65=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B96341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96341 is #469CBE. Grayscale: #797979. Windows color (decimal): -4627647 or 4285369. OLE color: 4285369.

HSL color Cylindrical-coordinate representation of color #B96341: hue angle of 17º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B96341 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 65 -
CMYK 0 0.46 0.65 0.27
HSL 17º 0.48% 0.49% -
HSV(B) 17º 0.65% 0.73% -
XYZ 25.42 19.62 7.45 -
YUV 120.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 185 99 65 0 0.46 0.65 0.27 17 0.48 0.49
Hex B9 63 41 0 2E 41 1B 11 30 31
Octal 271 143 101 0 56 101 33 21 60 61
Binary 10111001 1100011 1000001 0 101110 1000001 11011 10001 110000 110001

Color Harmonies of #B96341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96341

Black with #B96341

Text Example


Text Example

White with #B96341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96341; }

 p { color: rgb(185,99,65); }

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

background-color css

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

 a { background-color: rgb(185,99,65); }

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

border-color css

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

 span { border-color: rgb(185,99,65); }

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