Html Css Color HEX #B3634C Tuscany

📋 copy color: '#B3634C'

red 179 ◦ green 99 ◦ blue 76

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

Shades of Tuscany #B3634C

Tints of Tuscany #B3634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 50.56%
G = 27.97%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3634C (or 0xB3634C) is known color: Tuscany. HEX triplet: B3, 63 and 4C. RGB value is (179,99,76). Sum of RGB (Red+Green+Blue) = 179+99+76=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3634C is #4C9CB3. Grayscale: #787878. Windows color (decimal): -5020852 or 5006259. OLE color: 5006259.

HSL color Cylindrical-coordinate representation of color #B3634C: hue angle of 13.4º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3634C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 76 -
CMYK 0 0.45 0.58 0.30
HSL 13.4º 0.4% 0.5% -
HSV(B) 13.4º 0.58% 0.7% -
XYZ 24.36 19.03 9.23 -
YUV 120.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 179 99 76 0 0.45 0.58 0.30 13.4 0.4 0.5
Hex B3 63 4C 0 2D 3A 1E D 28 32
Octal 263 143 114 0 55 72 36 15 50 62
Binary 10110011 1100011 1001100 0 101101 111010 11110 1101 101000 110010

Color Harmonies of #B3634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3634C

Black with #B3634C

Text Example


Text Example

White with #B3634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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