Html Css Color HEX #B3653C Tuscany

📋 copy color: '#B3653C'

red 179 ◦ green 101 ◦ blue 60

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

Shades of Tuscany #B3653C

Tints of Tuscany #B3653C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 52.65%
G = 29.71%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3653C (or 0xB3653C) is known color: Tuscany. HEX triplet: B3, 65 and 3C. RGB value is (179,101,60). Sum of RGB (Red+Green+Blue) = 179+101+60=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3653C is #4C9AC3. Grayscale: #777777. Windows color (decimal): -5020356 or 3958195. OLE color: 3958195.

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

Color convert

RGB 179 101 60 -
CMYK 0 0.44 0.66 0.30
HSL 20.67º 0.5% 0.47% -
HSV(B) 20.67º 0.66% 0.7% -
XYZ 24.06 19.22 6.72 -
YUV 119.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 179 101 60 0 0.44 0.66 0.30 20.67 0.5 0.47
Hex B3 65 3C 0 2C 42 1E 15 32 2F
Octal 263 145 74 0 54 102 36 25 62 57
Binary 10110011 1100101 111100 0 101100 1000010 11110 10101 110010 101111

Color Harmonies of #B3653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3653C

Black with #B3653C

Text Example


Text Example

White with #B3653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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