Html Css Color HEX #B9A94C Brass

📋 copy color: '#B9A94C'

red 185 ◦ green 169 ◦ blue 76

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

Shades of Brass #B9A94C

Tints of Brass #B9A94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.3%

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 43.02%
G = 39.3%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9A94C (or 0xB9A94C) is known color: Brass. HEX triplet: B9, A9 and 4C. RGB value is (185,169,76). Sum of RGB (Red+Green+Blue) = 185+169+76=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A94C is #4656B3. Grayscale: #A3A3A3. Windows color (decimal): -4609716 or 5024185. OLE color: 5024185.

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

Color convert

RGB 185 169 76 -
CMYK 0 0.09 0.59 0.27
HSL 51.19º 0.44% 0.51% -
HSV(B) 51.19º 0.59% 0.73% -
XYZ 35.5 39.21 12.54 -
YUV 163.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 185 169 76 0 0.09 0.59 0.27 51.19 0.44 0.51
Hex B9 A9 4C 0 9 3B 1B 33 2C 33
Octal 271 251 114 0 11 73 33 63 54 63
Binary 10111001 10101001 1001100 0 1001 111011 11011 110011 101100 110011

Color Harmonies of #B9A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A94C

Black with #B9A94C

Text Example


Text Example

White with #B9A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A94C; }

 p { color: rgb(185,169,76); }

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

background-color css

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

 a { background-color: rgb(185,169,76); }

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

border-color css

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

 span { border-color: rgb(185,169,76); }

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