Html Css Color HEX #B96545 Tuscany

📋 copy color: '#B96545'

red 185 ◦ green 101 ◦ blue 69

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

Shades of Tuscany #B96545

Tints of Tuscany #B96545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 52.11%
G = 28.45%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B96545 (or 0xB96545) is known color: Tuscany. HEX triplet: B9, 65 and 45. RGB value is (185,101,69). Sum of RGB (Red+Green+Blue) = 185+101+69=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96545 is #469ABA. Grayscale: #7A7A7A. Windows color (decimal): -4627131 or 4548025. OLE color: 4548025.

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

Color convert

RGB 185 101 69 -
CMYK 0 0.45 0.63 0.27
HSL 16.55º 0.46% 0.5% -
HSV(B) 16.55º 0.63% 0.73% -
XYZ 25.74 20.05 8.14 -
YUV 122.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 185 101 69 0 0.45 0.63 0.27 16.55 0.46 0.5
Hex B9 65 45 0 2D 3F 1B 11 2E 32
Octal 271 145 105 0 55 77 33 21 56 62
Binary 10111001 1100101 1000101 0 101101 111111 11011 10001 101110 110010

Color Harmonies of #B96545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96545

Black with #B96545

Text Example


Text Example

White with #B96545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96545; }

 p { color: rgb(185,101,69); }

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

background-color css

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

 a { background-color: rgb(185,101,69); }

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

border-color css

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

 span { border-color: rgb(185,101,69); }

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