Html Css Color HEX #B3674A Tuscany

📋 copy color: '#B3674A'

red 179 ◦ green 103 ◦ blue 74

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

Shades of Tuscany #B3674A

Tints of Tuscany #B3674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 50.28%
G = 28.93%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3674A (or 0xB3674A) is known color: Tuscany. HEX triplet: B3, 67 and 4A. RGB value is (179,103,74). Sum of RGB (Red+Green+Blue) = 179+103+74=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3674A is #4C98B5. Grayscale: #7A7A7A. Windows color (decimal): -5019830 or 4876211. OLE color: 4876211.

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

Color convert

RGB 179 103 74 -
CMYK 0 0.42 0.59 0.30
HSL 16.57º 0.42% 0.5% -
HSV(B) 16.57º 0.59% 0.7% -
XYZ 24.68 19.78 9 -
YUV 122.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 179 103 74 0 0.42 0.59 0.30 16.57 0.42 0.5
Hex B3 67 4A 0 2A 3B 1E 11 2A 32
Octal 263 147 112 0 52 73 36 21 52 62
Binary 10110011 1100111 1001010 0 101010 111011 11110 10001 101010 110010

Color Harmonies of #B3674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3674A

Black with #B3674A

Text Example


Text Example

White with #B3674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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