Html Css Color HEX #B35F40 Tuscany

📋 copy color: '#B35F40'

red 179 ◦ green 95 ◦ blue 64

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

Shades of Tuscany #B35F40

Tints of Tuscany #B35F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 52.96%
G = 28.11%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B35F40 (or 0xB35F40) is known color: Tuscany. HEX triplet: B3, 5F and 40. RGB value is (179,95,64). Sum of RGB (Red+Green+Blue) = 179+95+64=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35F40 is #4CA0BF. Grayscale: #747474. Windows color (decimal): -5021888 or 4218803. OLE color: 4218803.

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

Color convert

RGB 179 95 64 -
CMYK 0 0.47 0.64 0.30
HSL 16.17º 0.47% 0.48% -
HSV(B) 16.17º 0.64% 0.7% -
XYZ 23.61 18.14 7.11 -
YUV 116.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 179 95 64 0 0.47 0.64 0.30 16.17 0.47 0.48
Hex B3 5F 40 0 2F 40 1E 10 2F 30
Octal 263 137 100 0 57 100 36 20 57 60
Binary 10110011 1011111 1000000 0 101111 1000000 11110 10000 101111 110000

Color Harmonies of #B35F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35F40

Black with #B35F40

Text Example


Text Example

White with #B35F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35F40; }

 p { color: rgb(179,95,64); }

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

background-color css

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

 a { background-color: rgb(179,95,64); }

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

border-color css

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

 span { border-color: rgb(179,95,64); }

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