Html Css Color HEX #B5644A Tuscany

📋 copy color: '#B5644A'

red 181 ◦ green 100 ◦ blue 74

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

Shades of Tuscany #B5644A

Tints of Tuscany #B5644A

RGB

 RED value IS 181 (71.09% from 255) = 50.99%

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 50.99%
G = 28.17%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5644A (or 0xB5644A) is known color: Tuscany. HEX triplet: B5, 64 and 4A. RGB value is (181,100,74). Sum of RGB (Red+Green+Blue) = 181+100+74=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5644A is #4A9BB5. Grayscale: #797979. Windows color (decimal): -4889526 or 4875445. OLE color: 4875445.

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

Color convert

RGB 181 100 74 -
CMYK 0 0.45 0.59 0.29
HSL 14.58º 0.42% 0.5% -
HSV(B) 14.58º 0.59% 0.71% -
XYZ 24.85 19.43 8.92 -
YUV 121.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 181 100 74 0 0.45 0.59 0.29 14.58 0.42 0.5
Hex B5 64 4A 0 2D 3B 1D F 2A 32
Octal 265 144 112 0 55 73 35 17 52 62
Binary 10110101 1100100 1001010 0 101101 111011 11101 1111 101010 110010

Color Harmonies of #B5644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5644A

Black with #B5644A

Text Example


Text Example

White with #B5644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5644A; }

 p { color: rgb(181,100,74); }

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

background-color css

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

 a { background-color: rgb(181,100,74); }

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

border-color css

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

 span { border-color: rgb(181,100,74); }

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