Html Css Color HEX #B3653F Tuscany

📋 copy color: '#B3653F'

red 179 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #B3653F

Tints of Tuscany #B3653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 52.19%
G = 29.45%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3653F (or 0xB3653F) is known color: Tuscany. HEX triplet: B3, 65 and 3F. RGB value is (179,101,63). Sum of RGB (Red+Green+Blue) = 179+101+63=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3653F is #4C9AC0. Grayscale: #787878. Windows color (decimal): -5020353 or 4154803. OLE color: 4154803.

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

Color convert

RGB 179 101 63 -
CMYK 0 0.44 0.65 0.30
HSL 19.66º 0.48% 0.47% -
HSV(B) 19.66º 0.65% 0.7% -
XYZ 24.14 19.25 7.15 -
YUV 119.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 179 101 63 0 0.44 0.65 0.30 19.66 0.48 0.47
Hex B3 65 3F 0 2C 41 1E 14 30 2F
Octal 263 145 77 0 54 101 36 24 60 57
Binary 10110011 1100101 111111 0 101100 1000001 11110 10100 110000 101111

Color Harmonies of #B3653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3653F

Black with #B3653F

Text Example


Text Example

White with #B3653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3653F; }

 p { color: rgb(179,101,63); }

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

background-color css

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

 a { background-color: rgb(179,101,63); }

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

border-color css

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

 span { border-color: rgb(179,101,63); }

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