Html Css Color HEX #B2654A Tuscany

📋 copy color: '#B2654A'

red 178 ◦ green 101 ◦ blue 74

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

Shades of Tuscany #B2654A

Tints of Tuscany #B2654A

RGB

 RED value IS 178 (69.92% from 255) = 50.42%

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

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

R = 50.42%
G = 28.61%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2654A (or 0xB2654A) is known color: Tuscany. HEX triplet: B2, 65 and 4A. RGB value is (178,101,74). Sum of RGB (Red+Green+Blue) = 178+101+74=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2654A is #4D9AB5. Grayscale: #797979. Windows color (decimal): -5085878 or 4875698. OLE color: 4875698.

HSL color Cylindrical-coordinate representation of color #B2654A: hue angle of 15.58º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2654A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 74 -
CMYK 0 0.43 0.58 0.30
HSL 15.58º 0.41% 0.49% -
HSV(B) 15.58º 0.58% 0.7% -
XYZ 24.25 19.27 8.92 -
YUV 120.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 178 101 74 0 0.43 0.58 0.30 15.58 0.41 0.49
Hex B2 65 4A 0 2B 3A 1E 10 29 31
Octal 262 145 112 0 53 72 36 20 51 61
Binary 10110010 1100101 1001010 0 101011 111010 11110 10000 101001 110001

Color Harmonies of #B2654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2654A

Black with #B2654A

Text Example


Text Example

White with #B2654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2654A; }

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

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

background-color css

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

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

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

border-color css

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

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

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