Html Css Color HEX #B3654A Tuscany

📋 copy color: '#B3654A'

red 179 ◦ green 101 ◦ blue 74

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

Shades of Tuscany #B3654A

Tints of Tuscany #B3654A

RGB

 RED value IS 179 (70.31% from 255) = 50.56%

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 50.56%
G = 28.53%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3654A (or 0xB3654A) is known color: Tuscany. HEX triplet: B3, 65 and 4A. RGB value is (179,101,74). Sum of RGB (Red+Green+Blue) = 179+101+74=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3654A is #4C9AB5. Grayscale: #797979. Windows color (decimal): -5020342 or 4875699. OLE color: 4875699.

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

Color convert

RGB 179 101 74 -
CMYK 0 0.44 0.59 0.30
HSL 15.43º 0.42% 0.5% -
HSV(B) 15.43º 0.59% 0.7% -
XYZ 24.48 19.39 8.93 -
YUV 121.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 179 101 74 0 0.44 0.59 0.30 15.43 0.42 0.5
Hex B3 65 4A 0 2C 3B 1E F 2A 32
Octal 263 145 112 0 54 73 36 17 52 62
Binary 10110011 1100101 1001010 0 101100 111011 11110 1111 101010 110010

Color Harmonies of #B3654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3654A

Black with #B3654A

Text Example


Text Example

White with #B3654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3654A; }

 p { color: rgb(179,101,74); }

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

background-color css

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

 a { background-color: rgb(179,101,74); }

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

border-color css

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

 span { border-color: rgb(179,101,74); }

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