Html Css Color HEX #B46343 Tuscany

📋 copy color: '#B46343'

red 180 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #B46343

Tints of Tuscany #B46343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

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

R = 52.02%
G = 28.61%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B46343 (or 0xB46343) is known color: Tuscany. HEX triplet: B4, 63 and 43. RGB value is (180,99,67). Sum of RGB (Red+Green+Blue) = 180+99+67=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B46343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46343 is #4B9CBC. Grayscale: #777777. Windows color (decimal): -4955325 or 4416436. OLE color: 4416436.

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

Color convert

RGB 180 99 67 -
CMYK 0 0.45 0.63 0.29
HSL 16.99º 0.46% 0.48% -
HSV(B) 16.99º 0.63% 0.71% -
XYZ 24.3 19.03 7.7 -
YUV 119.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 180 99 67 0 0.45 0.63 0.29 16.99 0.46 0.48
Hex B4 63 43 0 2D 3F 1D 11 2E 30
Octal 264 143 103 0 55 77 35 21 56 60
Binary 10110100 1100011 1000011 0 101101 111111 11101 10001 101110 110000

Color Harmonies of #B46343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46343

Black with #B46343

Text Example


Text Example

White with #B46343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46343; }

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

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

background-color css

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

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

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

border-color css

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

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

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