Html Css Color HEX #B9A93A Brass

📋 copy color: '#B9A93A'

red 185 ◦ green 169 ◦ blue 58

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

Shades of Brass #B9A93A

Tints of Brass #B9A93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 44.9%
G = 41.02%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9A93A (or 0xB9A93A) is known color: Brass. HEX triplet: B9, A9 and 3A. RGB value is (185,169,58). Sum of RGB (Red+Green+Blue) = 185+169+58=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A93A is #4656C5. Grayscale: #A1A1A1. Windows color (decimal): -4609734 or 3844537. OLE color: 3844537.

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

Color convert

RGB 185 169 58 -
CMYK 0 0.09 0.69 0.27
HSL 52.44º 0.52% 0.48% -
HSV(B) 52.44º 0.69% 0.73% -
XYZ 34.96 39 9.69 -
YUV 161.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 185 169 58 0 0.09 0.69 0.27 52.44 0.52 0.48
Hex B9 A9 3A 0 9 45 1B 34 34 30
Octal 271 251 72 0 11 105 33 64 64 60
Binary 10111001 10101001 111010 0 1001 1000101 11011 110100 110100 110000

Color Harmonies of #B9A93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A93A

Black with #B9A93A

Text Example


Text Example

White with #B9A93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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