Html Css Color HEX #B2674A Tuscany

📋 copy color: '#B2674A'

red 178 ◦ green 103 ◦ blue 74

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

Shades of Tuscany #B2674A

Tints of Tuscany #B2674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 50.14%
G = 29.01%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2674A (or 0xB2674A) is known color: Tuscany. HEX triplet: B2, 67 and 4A. RGB value is (178,103,74). Sum of RGB (Red+Green+Blue) = 178+103+74=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2674A is #4D98B5. Grayscale: #7A7A7A. Windows color (decimal): -5085366 or 4876210. OLE color: 4876210.

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

Color convert

RGB 178 103 74 -
CMYK 0 0.42 0.58 0.30
HSL 16.73º 0.41% 0.49% -
HSV(B) 16.73º 0.58% 0.7% -
XYZ 24.45 19.66 8.98 -
YUV 122.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 178 103 74 0 0.42 0.58 0.30 16.73 0.41 0.49
Hex B2 67 4A 0 2A 3A 1E 11 29 31
Octal 262 147 112 0 52 72 36 21 51 61
Binary 10110010 1100111 1001010 0 101010 111010 11110 10001 101001 110001

Color Harmonies of #B2674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2674A

Black with #B2674A

Text Example


Text Example

White with #B2674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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