Html Css Color HEX #B9A845 Brass

📋 copy color: '#B9A845'

red 185 ◦ green 168 ◦ blue 69

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

Shades of Brass #B9A845

Tints of Brass #B9A845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 43.84%
G = 39.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9A845 (or 0xB9A845) is known color: Brass. HEX triplet: B9, A8 and 45. RGB value is (185,168,69). Sum of RGB (Red+Green+Blue) = 185+168+69=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A845 is #4657BA. Grayscale: #A2A2A2. Windows color (decimal): -4609979 or 4565177. OLE color: 4565177.

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

Color convert

RGB 185 168 69 -
CMYK 0 0.09 0.63 0.27
HSL 51.21º 0.46% 0.5% -
HSV(B) 51.21º 0.63% 0.73% -
XYZ 35.08 38.75 11.26 -
YUV 161.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 185 168 69 0 0.09 0.63 0.27 51.21 0.46 0.5
Hex B9 A8 45 0 9 3F 1B 33 2E 32
Octal 271 250 105 0 11 77 33 63 56 62
Binary 10111001 10101000 1000101 0 1001 111111 11011 110011 101110 110010

Color Harmonies of #B9A845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A845

Black with #B9A845

Text Example


Text Example

White with #B9A845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A845; }

 p { color: rgb(185,168,69); }

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

background-color css

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

 a { background-color: rgb(185,168,69); }

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

border-color css

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

 span { border-color: rgb(185,168,69); }

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