Html Css Color HEX #B35D3C Tuscany

📋 copy color: '#B35D3C'

red 179 ◦ green 93 ◦ blue 60

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

Shades of Tuscany #B35D3C

Tints of Tuscany #B35D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 53.92%
G = 28.01%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B35D3C (or 0xB35D3C) is known color: Tuscany. HEX triplet: B3, 5D and 3C. RGB value is (179,93,60). Sum of RGB (Red+Green+Blue) = 179+93+60=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D3C is #4CA2C3. Grayscale: #737373. Windows color (decimal): -5022404 or 3956147. OLE color: 3956147.

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

Color convert

RGB 179 93 60 -
CMYK 0 0.48 0.66 0.30
HSL 16.64º 0.5% 0.47% -
HSV(B) 16.64º 0.66% 0.7% -
XYZ 23.32 17.74 6.47 -
YUV 114.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 179 93 60 0 0.48 0.66 0.30 16.64 0.5 0.47
Hex B3 5D 3C 0 30 42 1E 11 32 2F
Octal 263 135 74 0 60 102 36 21 62 57
Binary 10110011 1011101 111100 0 110000 1000010 11110 10001 110010 101111

Color Harmonies of #B35D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D3C

Black with #B35D3C

Text Example


Text Example

White with #B35D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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