Html Css Color HEX #B1674A Tuscany

📋 copy color: '#B1674A'

red 177 ◦ green 103 ◦ blue 74

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

Shades of Tuscany #B1674A

Tints of Tuscany #B1674A

RGB

 RED value IS 177 (69.53% from 255) = 50%

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

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

R = 50%
G = 29.1%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1674A (or 0xB1674A) is known color: Tuscany. HEX triplet: B1, 67 and 4A. RGB value is (177,103,74). Sum of RGB (Red+Green+Blue) = 177+103+74=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1674A is #4E98B5. Grayscale: #7A7A7A. Windows color (decimal): -5150902 or 4876209. OLE color: 4876209.

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

Color convert

RGB 177 103 74 -
CMYK 0 0.42 0.58 0.31
HSL 16.89º 0.41% 0.49% -
HSV(B) 16.89º 0.58% 0.69% -
XYZ 24.22 19.54 8.97 -
YUV 121.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 177 103 74 0 0.42 0.58 0.31 16.89 0.41 0.49
Hex B1 67 4A 0 2A 3A 1F 11 29 31
Octal 261 147 112 0 52 72 37 21 51 61
Binary 10110001 1100111 1001010 0 101010 111010 11111 10001 101001 110001

Color Harmonies of #B1674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1674A

Black with #B1674A

Text Example


Text Example

White with #B1674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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