Html Css Color HEX #B96643 Tuscany

📋 copy color: '#B96643'

red 185 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #B96643

Tints of Tuscany #B96643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 67 (26.56% from 255) = 18.93%

R = 52.26%
G = 28.81%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B96643 (or 0xB96643) is known color: Tuscany. HEX triplet: B9, 66 and 43. RGB value is (185,102,67). Sum of RGB (Red+Green+Blue) = 185+102+67=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96643 is #4699BC. Grayscale: #7B7B7B. Windows color (decimal): -4626877 or 4417209. OLE color: 4417209.

HSL color Cylindrical-coordinate representation of color #B96643: hue angle of 17.8º 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 #B96643 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 67 -
CMYK 0 0.45 0.64 0.27
HSL 17.8º 0.47% 0.49% -
HSV(B) 17.8º 0.64% 0.73% -
XYZ 25.77 20.22 7.86 -
YUV 122.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 185 102 67 0 0.45 0.64 0.27 17.8 0.47 0.49
Hex B9 66 43 0 2D 40 1B 12 2F 31
Octal 271 146 103 0 55 100 33 22 57 61
Binary 10111001 1100110 1000011 0 101101 1000000 11011 10010 101111 110001

Color Harmonies of #B96643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96643

Black with #B96643

Text Example


Text Example

White with #B96643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96643; }

 p { color: rgb(185,102,67); }

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

background-color css

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

 a { background-color: rgb(185,102,67); }

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

border-color css

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

 span { border-color: rgb(185,102,67); }

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