Html Css Color HEX #B35E3C Tuscany

📋 copy color: '#B35E3C'

red 179 ◦ green 94 ◦ blue 60

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

Shades of Tuscany #B35E3C

Tints of Tuscany #B35E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 53.75%
G = 28.23%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B35E3C (or 0xB35E3C) is known color: Tuscany. HEX triplet: B3, 5E and 3C. RGB value is (179,94,60). Sum of RGB (Red+Green+Blue) = 179+94+60=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E3C is #4CA1C3. Grayscale: #737373. Windows color (decimal): -5022148 or 3956403. OLE color: 3956403.

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

Color convert

RGB 179 94 60 -
CMYK 0 0.47 0.66 0.30
HSL 17.14º 0.5% 0.47% -
HSV(B) 17.14º 0.66% 0.7% -
XYZ 23.41 17.92 6.5 -
YUV 115.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 179 94 60 0 0.47 0.66 0.30 17.14 0.5 0.47
Hex B3 5E 3C 0 2F 42 1E 11 32 2F
Octal 263 136 74 0 57 102 36 21 62 57
Binary 10110011 1011110 111100 0 101111 1000010 11110 10001 110010 101111

Color Harmonies of #B35E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E3C

Black with #B35E3C

Text Example


Text Example

White with #B35E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E3C; }

 p { color: rgb(179,94,60); }

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

background-color css

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

 a { background-color: rgb(179,94,60); }

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

border-color css

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

 span { border-color: rgb(179,94,60); }

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