Html Css Color HEX #B9A846 Brass

📋 copy color: '#B9A846'

red 185 ◦ green 168 ◦ blue 70

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

Shades of Brass #B9A846

Tints of Brass #B9A846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.55%

R = 43.74%
G = 39.72%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B9A846 (or 0xB9A846) is known color: Brass. HEX triplet: B9, A8 and 46. RGB value is (185,168,70). Sum of RGB (Red+Green+Blue) = 185+168+70=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A846 is #4657B9. Grayscale: #A2A2A2. Windows color (decimal): -4609978 or 4630713. OLE color: 4630713.

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

Color convert

RGB 185 168 70 -
CMYK 0 0.09 0.62 0.27
HSL 51.13º 0.45% 0.5% -
HSV(B) 51.13º 0.62% 0.73% -
XYZ 35.12 38.76 11.43 -
YUV 161.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 185 168 70 0 0.09 0.62 0.27 51.13 0.45 0.5
Hex B9 A8 46 0 9 3E 1B 33 2D 32
Octal 271 250 106 0 11 76 33 63 55 62
Binary 10111001 10101000 1000110 0 1001 111110 11011 110011 101101 110010

Color Harmonies of #B9A846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A846

Black with #B9A846

Text Example


Text Example

White with #B9A846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A846; }

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

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

background-color css

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

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

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

border-color css

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

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

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