Html Css Color HEX #B66541 Tuscany

📋 copy color: '#B66541'

red 182 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #B66541

Tints of Tuscany #B66541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 52.3%
G = 29.02%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B66541 (or 0xB66541) is known color: Tuscany. HEX triplet: B6, 65 and 41. RGB value is (182,101,65). Sum of RGB (Red+Green+Blue) = 182+101+65=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B66541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66541 is #499ABE. Grayscale: #797979. Windows color (decimal): -4823743 or 4285878. OLE color: 4285878.

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

Color convert

RGB 182 101 65 -
CMYK 0 0.45 0.64 0.29
HSL 18.46º 0.47% 0.48% -
HSV(B) 18.46º 0.64% 0.71% -
XYZ 24.9 19.63 7.48 -
YUV 121.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 182 101 65 0 0.45 0.64 0.29 18.46 0.47 0.48
Hex B6 65 41 0 2D 40 1D 12 2F 30
Octal 266 145 101 0 55 100 35 22 57 60
Binary 10110110 1100101 1000001 0 101101 1000000 11101 10010 101111 110000

Color Harmonies of #B66541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66541

Black with #B66541

Text Example


Text Example

White with #B66541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66541; }

 p { color: rgb(182,101,65); }

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

background-color css

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

 a { background-color: rgb(182,101,65); }

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

border-color css

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

 span { border-color: rgb(182,101,65); }

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