Html Css Color HEX #B6654A Tuscany

📋 copy color: '#B6654A'

red 182 ◦ green 101 ◦ blue 74

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

Shades of Tuscany #B6654A

Tints of Tuscany #B6654A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 50.98%
G = 28.29%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6654A (or 0xB6654A) is known color: Tuscany. HEX triplet: B6, 65 and 4A. RGB value is (182,101,74). Sum of RGB (Red+Green+Blue) = 182+101+74=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6654A is #499AB5. Grayscale: #7A7A7A. Windows color (decimal): -4823734 or 4875702. OLE color: 4875702.

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

Color convert

RGB 182 101 74 -
CMYK 0 0.45 0.59 0.29
HSL 15º 0.43% 0.5% -
HSV(B) 15º 0.59% 0.71% -
XYZ 25.18 19.75 8.96 -
YUV 122.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 182 101 74 0 0.45 0.59 0.29 15 0.43 0.5
Hex B6 65 4A 0 2D 3B 1D F 2B 32
Octal 266 145 112 0 55 73 35 17 53 62
Binary 10110110 1100101 1001010 0 101101 111011 11101 1111 101011 110010

Color Harmonies of #B6654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6654A

Black with #B6654A

Text Example


Text Example

White with #B6654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6654A; }

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

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

background-color css

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

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

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

border-color css

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

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

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