Html Css Color HEX #B96543 Tuscany

📋 copy color: '#B96543'

red 185 ◦ green 101 ◦ blue 67

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

Shades of Tuscany #B96543

Tints of Tuscany #B96543

RGB

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

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

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

R = 52.41%
G = 28.61%
B = 18.98%

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

#B96543 (or 0xB96543) is known color: Tuscany. HEX triplet: B9, 65 and 43. RGB value is (185,101,67). Sum of RGB (Red+Green+Blue) = 185+101+67=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B96543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96543 is #469ABC. Grayscale: #7A7A7A. Windows color (decimal): -4627133 or 4416953. OLE color: 4416953.

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

Color convert

RGB 185 101 67 -
CMYK 0 0.45 0.64 0.27
HSL 17.29º 0.47% 0.49% -
HSV(B) 17.29º 0.64% 0.73% -
XYZ 25.67 20.03 7.82 -
YUV 122.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 185 101 67 0 0.45 0.64 0.27 17.29 0.47 0.49
Hex B9 65 43 0 2D 40 1B 11 2F 31
Octal 271 145 103 0 55 100 33 21 57 61
Binary 10111001 1100101 1000011 0 101101 1000000 11011 10001 101111 110001

Color Harmonies of #B96543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96543

Black with #B96543

Text Example


Text Example

White with #B96543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96543; }

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

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

background-color css

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

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

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

border-color css

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

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

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