Html Css Color HEX #B9AD4C Brass

📋 copy color: '#B9AD4C'

red 185 ◦ green 173 ◦ blue 76

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

Shades of Brass #B9AD4C

Tints of Brass #B9AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 42.63%
G = 39.86%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9AD4C (or 0xB9AD4C) is known color: Brass. HEX triplet: B9, AD and 4C. RGB value is (185,173,76). Sum of RGB (Red+Green+Blue) = 185+173+76=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD4C is #4652B3. Grayscale: #A5A5A5. Windows color (decimal): -4608692 or 5025209. OLE color: 5025209.

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

Color convert

RGB 185 173 76 -
CMYK 0 0.06 0.59 0.27
HSL 53.39º 0.44% 0.51% -
HSV(B) 53.39º 0.59% 0.73% -
XYZ 36.26 40.72 12.79 -
YUV 165.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 185 173 76 0 0.06 0.59 0.27 53.39 0.44 0.51
Hex B9 AD 4C 0 6 3B 1B 35 2C 33
Octal 271 255 114 0 6 73 33 65 54 63
Binary 10111001 10101101 1001100 0 110 111011 11011 110101 101100 110011

Color Harmonies of #B9AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD4C

Black with #B9AD4C

Text Example


Text Example

White with #B9AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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