Html Css Color HEX #B9A249 Brass

📋 copy color: '#B9A249'

red 185 ◦ green 162 ◦ blue 73

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

Shades of Brass #B9A249

Tints of Brass #B9A249

RGB

 RED value IS 185 (72.66% from 255) = 44.05%

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 73 (28.91% from 255) = 17.38%

R = 44.05%
G = 38.57%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B9A249 (or 0xB9A249) is known color: Brass. HEX triplet: B9, A2 and 49. RGB value is (185,162,73). Sum of RGB (Red+Green+Blue) = 185+162+73=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A249 is #465DB6. Grayscale: #9F9F9F. Windows color (decimal): -4611511 or 4825785. OLE color: 4825785.

HSL color Cylindrical-coordinate representation of color #B9A249: hue angle of 47.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9A249 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 73 -
CMYK 0 0.12 0.61 0.27
HSL 47.68º 0.44% 0.51% -
HSV(B) 47.68º 0.61% 0.73% -
XYZ 34.13 36.64 11.58 -
YUV 158.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 185 162 73 0 0.12 0.61 0.27 47.68 0.44 0.51
Hex B9 A2 49 0 C 3D 1B 30 2C 33
Octal 271 242 111 0 14 75 33 60 54 63
Binary 10111001 10100010 1001001 0 1100 111101 11011 110000 101100 110011

Color Harmonies of #B9A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A249

Black with #B9A249

Text Example


Text Example

White with #B9A249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A249; }

 p { color: rgb(185,162,73); }

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

background-color css

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

 a { background-color: rgb(185,162,73); }

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

border-color css

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

 span { border-color: rgb(185,162,73); }

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