Html Css Color HEX #B46741 Tuscany

📋 copy color: '#B46741'

red 180 ◦ green 103 ◦ blue 65

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

Shades of Tuscany #B46741

Tints of Tuscany #B46741

RGB

 RED value IS 180 (70.7% from 255) = 51.72%

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 51.72%
G = 29.6%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B46741 (or 0xB46741) is known color: Tuscany. HEX triplet: B4, 67 and 41. RGB value is (180,103,65). Sum of RGB (Red+Green+Blue) = 180+103+65=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B46741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46741 is #4B98BE. Grayscale: #797979. Windows color (decimal): -4954303 or 4286388. OLE color: 4286388.

HSL color Cylindrical-coordinate representation of color #B46741: hue angle of 19.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B46741 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 65 -
CMYK 0 0.43 0.64 0.29
HSL 19.83º 0.47% 0.48% -
HSV(B) 19.83º 0.64% 0.71% -
XYZ 24.63 19.79 7.52 -
YUV 121.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 180 103 65 0 0.43 0.64 0.29 19.83 0.47 0.48
Hex B4 67 41 0 2B 40 1D 14 2F 30
Octal 264 147 101 0 53 100 35 24 57 60
Binary 10110100 1100111 1000001 0 101011 1000000 11101 10100 101111 110000

Color Harmonies of #B46741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46741

Black with #B46741

Text Example


Text Example

White with #B46741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46741; }

 p { color: rgb(180,103,65); }

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

background-color css

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

 a { background-color: rgb(180,103,65); }

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

border-color css

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

 span { border-color: rgb(180,103,65); }

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