Html Css Color HEX #B66545 Tuscany

📋 copy color: '#B66545'

red 182 ◦ green 101 ◦ blue 69

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

Shades of Tuscany #B66545

Tints of Tuscany #B66545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 51.7%
G = 28.69%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B66545 (or 0xB66545) is known color: Tuscany. HEX triplet: B6, 65 and 45. RGB value is (182,101,69). Sum of RGB (Red+Green+Blue) = 182+101+69=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B66545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66545 is #499ABA. Grayscale: #797979. Windows color (decimal): -4823739 or 4548022. OLE color: 4548022.

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

Color convert

RGB 182 101 69 -
CMYK 0 0.45 0.62 0.29
HSL 16.99º 0.45% 0.49% -
HSV(B) 16.99º 0.62% 0.71% -
XYZ 25.02 19.68 8.11 -
YUV 121.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 182 101 69 0 0.45 0.62 0.29 16.99 0.45 0.49
Hex B6 65 45 0 2D 3E 1D 11 2D 31
Octal 266 145 105 0 55 76 35 21 55 61
Binary 10110110 1100101 1000101 0 101101 111110 11101 10001 101101 110001

Color Harmonies of #B66545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66545

Black with #B66545

Text Example


Text Example

White with #B66545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66545; }

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

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

background-color css

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

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

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

border-color css

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

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

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