Html Css Color HEX #B9A237 Brass

📋 copy color: '#B9A237'

red 185 ◦ green 162 ◦ blue 55

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

Shades of Brass #B9A237

Tints of Brass #B9A237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

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

R = 46.02%
G = 40.3%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9A237 (or 0xB9A237) is known color: Brass. HEX triplet: B9, A2 and 37. RGB value is (185,162,55). Sum of RGB (Red+Green+Blue) = 185+162+55=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A237 is #465DC8. Grayscale: #9D9D9D. Windows color (decimal): -4611529 or 3646137. OLE color: 3646137.

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

Color convert

RGB 185 162 55 -
CMYK 0 0.12 0.70 0.27
HSL 49.38º 0.54% 0.47% -
HSV(B) 49.38º 0.7% 0.73% -
XYZ 33.62 36.43 8.87 -
YUV 156.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 185 162 55 0 0.12 0.70 0.27 49.38 0.54 0.47
Hex B9 A2 37 0 C 46 1B 31 36 2F
Octal 271 242 67 0 14 106 33 61 66 57
Binary 10111001 10100010 110111 0 1100 1000110 11011 110001 110110 101111

Color Harmonies of #B9A237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A237

Black with #B9A237

Text Example


Text Example

White with #B9A237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A237; }

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

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

background-color css

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

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

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

border-color css

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

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

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