Html Css Color HEX #B9AD46 Brass

📋 copy color: '#B9AD46'

red 185 ◦ green 173 ◦ blue 70

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

Shades of Brass #B9AD46

Tints of Brass #B9AD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 43.22%
G = 40.42%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B9AD46 (or 0xB9AD46) is known color: Brass. HEX triplet: B9, AD and 46. RGB value is (185,173,70). Sum of RGB (Red+Green+Blue) = 185+173+70=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD46 is #4652B9. Grayscale: #A5A5A5. Windows color (decimal): -4608698 or 4631993. OLE color: 4631993.

HSL color Cylindrical-coordinate representation of color #B9AD46: hue angle of 53.74º 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 #B9AD46 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 70 -
CMYK 0 0.06 0.62 0.27
HSL 53.74º 0.45% 0.5% -
HSV(B) 53.74º 0.62% 0.73% -
XYZ 36.06 40.64 11.74 -
YUV 164.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 185 173 70 0 0.06 0.62 0.27 53.74 0.45 0.5
Hex B9 AD 46 0 6 3E 1B 36 2D 32
Octal 271 255 106 0 6 76 33 66 55 62
Binary 10111001 10101101 1000110 0 110 111110 11011 110110 101101 110010

Color Harmonies of #B9AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD46

Black with #B9AD46

Text Example


Text Example

White with #B9AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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