Html Css Color HEX #B46043 Tuscany

📋 copy color: '#B46043'

red 180 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #B46043

Tints of Tuscany #B46043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 52.48%
G = 27.99%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B46043 (or 0xB46043) is known color: Tuscany. HEX triplet: B4, 60 and 43. RGB value is (180,96,67). Sum of RGB (Red+Green+Blue) = 180+96+67=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B46043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46043 is #4B9FBC. Grayscale: #767676. Windows color (decimal): -4956093 or 4415668. OLE color: 4415668.

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

Color convert

RGB 180 96 67 -
CMYK 0 0.47 0.63 0.29
HSL 15.4º 0.46% 0.48% -
HSV(B) 15.4º 0.63% 0.71% -
XYZ 24.02 18.47 7.61 -
YUV 117.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 180 96 67 0 0.47 0.63 0.29 15.4 0.46 0.48
Hex B4 60 43 0 2F 3F 1D F 2E 30
Octal 264 140 103 0 57 77 35 17 56 60
Binary 10110100 1100000 1000011 0 101111 111111 11101 1111 101110 110000

Color Harmonies of #B46043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46043

Black with #B46043

Text Example


Text Example

White with #B46043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46043; }

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

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

background-color css

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

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

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

border-color css

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

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

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