Html Css Color HEX #B46648 Tuscany

📋 copy color: '#B46648'

red 180 ◦ green 102 ◦ blue 72

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

Shades of Tuscany #B46648

Tints of Tuscany #B46648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 50.85%
G = 28.81%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B46648 (or 0xB46648) is known color: Tuscany. HEX triplet: B4, 66 and 48. RGB value is (180,102,72). Sum of RGB (Red+Green+Blue) = 180+102+72=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B46648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46648 is #4B99B7. Grayscale: #7A7A7A. Windows color (decimal): -4954552 or 4744884. OLE color: 4744884.

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

Color convert

RGB 180 102 72 -
CMYK 0 0.43 0.60 0.29
HSL 16.67º 0.43% 0.49% -
HSV(B) 16.67º 0.6% 0.71% -
XYZ 24.74 19.67 8.62 -
YUV 121.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 180 102 72 0 0.43 0.60 0.29 16.67 0.43 0.49
Hex B4 66 48 0 2B 3C 1D 11 2B 31
Octal 264 146 110 0 53 74 35 21 53 61
Binary 10110100 1100110 1001000 0 101011 111100 11101 10001 101011 110001

Color Harmonies of #B46648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46648

Black with #B46648

Text Example


Text Example

White with #B46648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46648; }

 p { color: rgb(180,102,72); }

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

background-color css

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

 a { background-color: rgb(180,102,72); }

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

border-color css

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

 span { border-color: rgb(180,102,72); }

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