Html Css Color HEX #B96748 Tuscany

📋 copy color: '#B96748'

red 185 ◦ green 103 ◦ blue 72

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

Shades of Tuscany #B96748

Tints of Tuscany #B96748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 51.39%
G = 28.61%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96748 (or 0xB96748) is known color: Tuscany. HEX triplet: B9, 67 and 48. RGB value is (185,103,72). Sum of RGB (Red+Green+Blue) = 185+103+72=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B96748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96748 is #4698B7. Grayscale: #7C7C7C. Windows color (decimal): -4626616 or 4745145. OLE color: 4745145.

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

Color convert

RGB 185 103 72 -
CMYK 0 0.44 0.61 0.27
HSL 16.46º 0.45% 0.5% -
HSV(B) 16.46º 0.61% 0.73% -
XYZ 26.03 20.48 8.71 -
YUV 123.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 185 103 72 0 0.44 0.61 0.27 16.46 0.45 0.5
Hex B9 67 48 0 2C 3D 1B 10 2D 32
Octal 271 147 110 0 54 75 33 20 55 62
Binary 10111001 1100111 1001000 0 101100 111101 11011 10000 101101 110010

Color Harmonies of #B96748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96748

Black with #B96748

Text Example


Text Example

White with #B96748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96748; }

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

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

background-color css

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

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

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

border-color css

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

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

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