Html Css Color HEX #B9A837 Brass

📋 copy color: '#B9A837'

red 185 ◦ green 168 ◦ blue 55

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

Shades of Brass #B9A837

Tints of Brass #B9A837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.48%

R = 45.34%
G = 41.18%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9A837 (or 0xB9A837) is known color: Brass. HEX triplet: B9, A8 and 37. RGB value is (185,168,55). Sum of RGB (Red+Green+Blue) = 185+168+55=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A837 is #4657C8. Grayscale: #A0A0A0. Windows color (decimal): -4609993 or 3647673. OLE color: 3647673.

HSL color Cylindrical-coordinate representation of color #B9A837: hue angle of 52.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9A837 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 55 -
CMYK 0 0.09 0.70 0.27
HSL 52.15º 0.54% 0.47% -
HSV(B) 52.15º 0.7% 0.73% -
XYZ 34.7 38.6 9.24 -
YUV 160.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 185 168 55 0 0.09 0.70 0.27 52.15 0.54 0.47
Hex B9 A8 37 0 9 46 1B 34 36 2F
Octal 271 250 67 0 11 106 33 64 66 57
Binary 10111001 10101000 110111 0 1001 1000110 11011 110100 110110 101111

Color Harmonies of #B9A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A837

Black with #B9A837

Text Example


Text Example

White with #B9A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A837; }

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

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

background-color css

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

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

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

border-color css

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

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

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