Html Css Color HEX #B35C43 Tuscany

📋 copy color: '#B35C43'

red 179 ◦ green 92 ◦ blue 67

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

Shades of Tuscany #B35C43

Tints of Tuscany #B35C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 52.96%
G = 27.22%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B35C43 (or 0xB35C43) is known color: Tuscany. HEX triplet: B3, 5C and 43. RGB value is (179,92,67). Sum of RGB (Red+Green+Blue) = 179+92+67=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C43 is #4CA3BC. Grayscale: #737373. Windows color (decimal): -5022653 or 4414643. OLE color: 4414643.

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

Color convert

RGB 179 92 67 -
CMYK 0 0.49 0.63 0.30
HSL 13.39º 0.46% 0.48% -
HSV(B) 13.39º 0.63% 0.7% -
XYZ 23.43 17.64 7.48 -
YUV 115.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 179 92 67 0 0.49 0.63 0.30 13.39 0.46 0.48
Hex B3 5C 43 0 31 3F 1E D 2E 30
Octal 263 134 103 0 61 77 36 15 56 60
Binary 10110011 1011100 1000011 0 110001 111111 11110 1101 101110 110000

Color Harmonies of #B35C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C43

Black with #B35C43

Text Example


Text Example

White with #B35C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C43; }

 p { color: rgb(179,92,67); }

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

background-color css

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

 a { background-color: rgb(179,92,67); }

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

border-color css

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

 span { border-color: rgb(179,92,67); }

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