Html Css Color HEX #B8694A Tuscany

📋 copy color: '#B8694A'

red 184 ◦ green 105 ◦ blue 74

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

Shades of Tuscany #B8694A

Tints of Tuscany #B8694A

RGB

 RED value IS 184 (72.27% from 255) = 50.69%

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 50.69%
G = 28.93%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8694A (or 0xB8694A) is known color: Tuscany. HEX triplet: B8, 69 and 4A. RGB value is (184,105,74). Sum of RGB (Red+Green+Blue) = 184+105+74=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8694A is #4796B5. Grayscale: #7D7D7D. Windows color (decimal): -4691638 or 4876728. OLE color: 4876728.

HSL color Cylindrical-coordinate representation of color #B8694A: hue angle of 16.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8694A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 105 74 -
CMYK 0 0.43 0.60 0.28
HSL 16.91º 0.44% 0.51% -
HSV(B) 16.91º 0.6% 0.72% -
XYZ 26.05 20.79 9.12 -
YUV 125.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 184 105 74 0 0.43 0.60 0.28 16.91 0.44 0.51
Hex B8 69 4A 0 2B 3C 1C 11 2C 33
Octal 270 151 112 0 53 74 34 21 54 63
Binary 10111000 1101001 1001010 0 101011 111100 11100 10001 101100 110011

Color Harmonies of #B8694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8694A

Black with #B8694A

Text Example


Text Example

White with #B8694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8694A; }

 p { color: rgb(184,105,74); }

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

background-color css

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

 a { background-color: rgb(184,105,74); }

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

border-color css

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

 span { border-color: rgb(184,105,74); }

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