Html Css Color HEX #B46649 Tuscany

📋 copy color: '#B46649'

red 180 ◦ green 102 ◦ blue 73

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

Shades of Tuscany #B46649

Tints of Tuscany #B46649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 50.7%
G = 28.73%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B46649 (or 0xB46649) is known color: Tuscany. HEX triplet: B4, 66 and 49. RGB value is (180,102,73). Sum of RGB (Red+Green+Blue) = 180+102+73=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B46649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46649 is #4B99B6. Grayscale: #7A7A7A. Windows color (decimal): -4954551 or 4810420. OLE color: 4810420.

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

Color convert

RGB 180 102 73 -
CMYK 0 0.43 0.59 0.29
HSL 16.26º 0.42% 0.5% -
HSV(B) 16.26º 0.59% 0.71% -
XYZ 24.78 19.69 8.8 -
YUV 122.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 180 102 73 0 0.43 0.59 0.29 16.26 0.42 0.5
Hex B4 66 49 0 2B 3B 1D 10 2A 32
Octal 264 146 111 0 53 73 35 20 52 62
Binary 10110100 1100110 1001001 0 101011 111011 11101 10000 101010 110010

Color Harmonies of #B46649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46649

Black with #B46649

Text Example


Text Example

White with #B46649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46649; }

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

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

background-color css

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

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

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

border-color css

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

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

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