Html Css Color HEX #B36343 Tuscany

📋 copy color: '#B36343'

red 179 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #B36343

Tints of Tuscany #B36343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 51.88%
G = 28.7%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B36343 (or 0xB36343) is known color: Tuscany. HEX triplet: B3, 63 and 43. RGB value is (179,99,67). Sum of RGB (Red+Green+Blue) = 179+99+67=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B36343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36343 is #4C9CBC. Grayscale: #777777. Windows color (decimal): -5020861 or 4416435. OLE color: 4416435.

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

Color convert

RGB 179 99 67 -
CMYK 0 0.45 0.63 0.30
HSL 17.14º 0.46% 0.48% -
HSV(B) 17.14º 0.63% 0.7% -
XYZ 24.07 18.91 7.69 -
YUV 119.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 179 99 67 0 0.45 0.63 0.30 17.14 0.46 0.48
Hex B3 63 43 0 2D 3F 1E 11 2E 30
Octal 263 143 103 0 55 77 36 21 56 60
Binary 10110011 1100011 1000011 0 101101 111111 11110 10001 101110 110000

Color Harmonies of #B36343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36343

Black with #B36343

Text Example


Text Example

White with #B36343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36343; }

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

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

background-color css

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

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

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

border-color css

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

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

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