Html Css Color HEX #B96240 Tuscany

📋 copy color: '#B96240'

red 185 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #B96240

Tints of Tuscany #B96240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 53.31%
G = 28.24%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B96240 (or 0xB96240) is known color: Tuscany. HEX triplet: B9, 62 and 40. RGB value is (185,98,64). Sum of RGB (Red+Green+Blue) = 185+98+64=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B96240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96240 is #469DBF. Grayscale: #787878. Windows color (decimal): -4627904 or 4219577. OLE color: 4219577.

HSL color Cylindrical-coordinate representation of color #B96240: hue angle of 16.86º degrees, saturation: 0.49, 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 #B96240 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 64 -
CMYK 0 0.47 0.65 0.27
HSL 16.86º 0.49% 0.49% -
HSV(B) 16.86º 0.65% 0.73% -
XYZ 25.3 19.42 7.27 -
YUV 120.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 185 98 64 0 0.47 0.65 0.27 16.86 0.49 0.49
Hex B9 62 40 0 2F 41 1B 11 31 31
Octal 271 142 100 0 57 101 33 21 61 61
Binary 10111001 1100010 1000000 0 101111 1000001 11011 10001 110001 110001

Color Harmonies of #B96240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96240

Black with #B96240

Text Example


Text Example

White with #B96240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96240; }

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

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

background-color css

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

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

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

border-color css

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

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

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