Html Css Color HEX #B6613D Tuscany

📋 copy color: '#B6613D'

red 182 ◦ green 97 ◦ blue 61

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

Shades of Tuscany #B6613D

Tints of Tuscany #B6613D

RGB

 RED value IS 182 (71.48% from 255) = 53.53%

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 53.53%
G = 28.53%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6613D (or 0xB6613D) is known color: Tuscany. HEX triplet: B6, 61 and 3D. RGB value is (182,97,61). Sum of RGB (Red+Green+Blue) = 182+97+61=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6613D is #499EC2. Grayscale: #767676. Windows color (decimal): -4824771 or 4022710. OLE color: 4022710.

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

Color convert

RGB 182 97 61 -
CMYK 0 0.47 0.66 0.29
HSL 17.85º 0.5% 0.48% -
HSV(B) 17.85º 0.66% 0.71% -
XYZ 24.41 18.83 6.76 -
YUV 118.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 182 97 61 0 0.47 0.66 0.29 17.85 0.5 0.48
Hex B6 61 3D 0 2F 42 1D 12 32 30
Octal 266 141 75 0 57 102 35 22 62 60
Binary 10110110 1100001 111101 0 101111 1000010 11101 10010 110010 110000

Color Harmonies of #B6613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6613D

Black with #B6613D

Text Example


Text Example

White with #B6613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6613D; }

 p { color: rgb(182,97,61); }

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

background-color css

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

 a { background-color: rgb(182,97,61); }

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

border-color css

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

 span { border-color: rgb(182,97,61); }

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