Html Css Color HEX #B9AD4E Brass

📋 copy color: '#B9AD4E'

red 185 ◦ green 173 ◦ blue 78

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

Shades of Brass #B9AD4E

Tints of Brass #B9AD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 42.43%
G = 39.68%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9AD4E (or 0xB9AD4E) is known color: Brass. HEX triplet: B9, AD and 4E. RGB value is (185,173,78). Sum of RGB (Red+Green+Blue) = 185+173+78=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD4E is #4652B1. Grayscale: #A6A6A6. Windows color (decimal): -4608690 or 5156281. OLE color: 5156281.

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

Color convert

RGB 185 173 78 -
CMYK 0 0.06 0.58 0.27
HSL 53.27º 0.43% 0.52% -
HSV(B) 53.27º 0.58% 0.73% -
XYZ 36.33 40.75 13.16 -
YUV 165.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 185 173 78 0 0.06 0.58 0.27 53.27 0.43 0.52
Hex B9 AD 4E 0 6 3A 1B 35 2B 34
Octal 271 255 116 0 6 72 33 65 53 64
Binary 10111001 10101101 1001110 0 110 111010 11011 110101 101011 110100

Color Harmonies of #B9AD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD4E

Black with #B9AD4E

Text Example


Text Example

White with #B9AD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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