Html Css Color HEX #B96744 Tuscany

📋 copy color: '#B96744'

red 185 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #B96744

Tints of Tuscany #B96744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 51.97%
G = 28.93%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B96744 (or 0xB96744) is known color: Tuscany. HEX triplet: B9, 67 and 44. RGB value is (185,103,68). Sum of RGB (Red+Green+Blue) = 185+103+68=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96744 is #4698BB. Grayscale: #7B7B7B. Windows color (decimal): -4626620 or 4483001. OLE color: 4483001.

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

Color convert

RGB 185 103 68 -
CMYK 0 0.44 0.63 0.27
HSL 17.95º 0.46% 0.5% -
HSV(B) 17.95º 0.63% 0.73% -
XYZ 25.9 20.43 8.05 -
YUV 123.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 185 103 68 0 0.44 0.63 0.27 17.95 0.46 0.5
Hex B9 67 44 0 2C 3F 1B 12 2E 32
Octal 271 147 104 0 54 77 33 22 56 62
Binary 10111001 1100111 1000100 0 101100 111111 11011 10010 101110 110010

Color Harmonies of #B96744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96744

Black with #B96744

Text Example


Text Example

White with #B96744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96744; }

 p { color: rgb(185,103,68); }

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

background-color css

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

 a { background-color: rgb(185,103,68); }

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

border-color css

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

 span { border-color: rgb(185,103,68); }

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