Html Css Color HEX #B35B40 Tuscany

📋 copy color: '#B35B40'

red 179 ◦ green 91 ◦ blue 64

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

Shades of Tuscany #B35B40

Tints of Tuscany #B35B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 53.59%
G = 27.25%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B35B40 (or 0xB35B40) is known color: Tuscany. HEX triplet: B3, 5B and 40. RGB value is (179,91,64). Sum of RGB (Red+Green+Blue) = 179+91+64=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35B40 is #4CA4BF. Grayscale: #727272. Windows color (decimal): -5022912 or 4217779. OLE color: 4217779.

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

Color convert

RGB 179 91 64 -
CMYK 0 0.49 0.64 0.30
HSL 14.09º 0.47% 0.48% -
HSV(B) 14.09º 0.64% 0.7% -
XYZ 23.26 17.44 6.99 -
YUV 114.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 179 91 64 0 0.49 0.64 0.30 14.09 0.47 0.48
Hex B3 5B 40 0 31 40 1E E 2F 30
Octal 263 133 100 0 61 100 36 16 57 60
Binary 10110011 1011011 1000000 0 110001 1000000 11110 1110 101111 110000

Color Harmonies of #B35B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35B40

Black with #B35B40

Text Example


Text Example

White with #B35B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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