Html Css Color HEX #B46843 Tuscany

📋 copy color: '#B46843'

red 180 ◦ green 104 ◦ blue 67

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

Shades of Tuscany #B46843

Tints of Tuscany #B46843

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 51.28%
G = 29.63%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B46843 (or 0xB46843) is known color: Tuscany. HEX triplet: B4, 68 and 43. RGB value is (180,104,67). Sum of RGB (Red+Green+Blue) = 180+104+67=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46843 is #4B97BC. Grayscale: #7A7A7A. Windows color (decimal): -4954045 or 4417716. OLE color: 4417716.

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

Color convert

RGB 180 104 67 -
CMYK 0 0.42 0.63 0.29
HSL 19.65º 0.46% 0.48% -
HSV(B) 19.65º 0.63% 0.71% -
XYZ 24.79 20.01 7.87 -
YUV 122.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 180 104 67 0 0.42 0.63 0.29 19.65 0.46 0.48
Hex B4 68 43 0 2A 3F 1D 14 2E 30
Octal 264 150 103 0 52 77 35 24 56 60
Binary 10110100 1101000 1000011 0 101010 111111 11101 10100 101110 110000

Color Harmonies of #B46843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46843

Black with #B46843

Text Example


Text Example

White with #B46843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46843; }

 p { color: rgb(180,104,67); }

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

background-color css

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

 a { background-color: rgb(180,104,67); }

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

border-color css

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

 span { border-color: rgb(180,104,67); }

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