Html Css Color HEX #B2604A Tuscany

📋 copy color: '#B2604A'

red 178 ◦ green 96 ◦ blue 74

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

Shades of Tuscany #B2604A

Tints of Tuscany #B2604A

RGB

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

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

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

R = 51.15%
G = 27.59%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2604A (or 0xB2604A) is known color: Tuscany. HEX triplet: B2, 60 and 4A. RGB value is (178,96,74). Sum of RGB (Red+Green+Blue) = 178+96+74=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B2604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2604A is #4D9FB5. Grayscale: #767676. Windows color (decimal): -5087158 or 4874418. OLE color: 4874418.

HSL color Cylindrical-coordinate representation of color #B2604A: hue angle of 12.69º 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 #B2604A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 74 -
CMYK 0 0.46 0.58 0.30
HSL 12.69º 0.41% 0.49% -
HSV(B) 12.69º 0.58% 0.7% -
XYZ 23.78 18.33 8.76 -
YUV 118.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 178 96 74 0 0.46 0.58 0.30 12.69 0.41 0.49
Hex B2 60 4A 0 2E 3A 1E D 29 31
Octal 262 140 112 0 56 72 36 15 51 61
Binary 10110010 1100000 1001010 0 101110 111010 11110 1101 101001 110001

Color Harmonies of #B2604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2604A

Black with #B2604A

Text Example


Text Example

White with #B2604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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