Html Css Color HEX #B6603D Tuscany

📋 copy color: '#B6603D'

red 182 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #B6603D

Tints of Tuscany #B6603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 53.69%
G = 28.32%
B = 17.99%

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

#B6603D (or 0xB6603D) is known color: Tuscany. HEX triplet: B6, 60 and 3D. RGB value is (182,96,61). Sum of RGB (Red+Green+Blue) = 182+96+61=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6603D is #499FC2. Grayscale: #757575. Windows color (decimal): -4825027 or 4022454. OLE color: 4022454.

HSL color Cylindrical-coordinate representation of color #B6603D: hue angle of 17.36º 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 #B6603D is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 61 -
CMYK 0 0.47 0.66 0.29
HSL 17.36º 0.5% 0.48% -
HSV(B) 17.36º 0.66% 0.71% -
XYZ 24.32 18.65 6.73 -
YUV 117.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 182 96 61 0 0.47 0.66 0.29 17.36 0.5 0.48
Hex B6 60 3D 0 2F 42 1D 11 32 30
Octal 266 140 75 0 57 102 35 21 62 60
Binary 10110110 1100000 111101 0 101111 1000010 11101 10001 110010 110000

Color Harmonies of #B6603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6603D

Black with #B6603D

Text Example


Text Example

White with #B6603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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