Html Css Color HEX #B96342 Tuscany

📋 copy color: '#B96342'

red 185 ◦ green 99 ◦ blue 66

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

Shades of Tuscany #B96342

Tints of Tuscany #B96342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 52.86%
G = 28.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B96342 (or 0xB96342) is known color: Tuscany. HEX triplet: B9, 63 and 42. RGB value is (185,99,66). Sum of RGB (Red+Green+Blue) = 185+99+66=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96342 is #469CBD. Grayscale: #797979. Windows color (decimal): -4627646 or 4350905. OLE color: 4350905.

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

Color convert

RGB 185 99 66 -
CMYK 0 0.46 0.64 0.27
HSL 16.64º 0.47% 0.49% -
HSV(B) 16.64º 0.64% 0.73% -
XYZ 25.45 19.63 7.6 -
YUV 120.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 185 99 66 0 0.46 0.64 0.27 16.64 0.47 0.49
Hex B9 63 42 0 2E 40 1B 11 2F 31
Octal 271 143 102 0 56 100 33 21 57 61
Binary 10111001 1100011 1000010 0 101110 1000000 11011 10001 101111 110001

Color Harmonies of #B96342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96342

Black with #B96342

Text Example


Text Example

White with #B96342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96342; }

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

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

background-color css

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

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

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

border-color css

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

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

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