Html Css Color HEX #B9A241 Brass

📋 copy color: '#B9A241'

red 185 ◦ green 162 ◦ blue 65

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

Shades of Brass #B9A241

Tints of Brass #B9A241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 44.9%
G = 39.32%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B9A241 (or 0xB9A241) is known color: Brass. HEX triplet: B9, A2 and 41. RGB value is (185,162,65). Sum of RGB (Red+Green+Blue) = 185+162+65=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A241 is #465DBE. Grayscale: #9E9E9E. Windows color (decimal): -4611519 or 4301497. OLE color: 4301497.

HSL color Cylindrical-coordinate representation of color #B9A241: hue angle of 48.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9A241 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 65 -
CMYK 0 0.12 0.65 0.27
HSL 48.5º 0.48% 0.49% -
HSV(B) 48.5º 0.65% 0.73% -
XYZ 33.88 36.54 10.27 -
YUV 157.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 185 162 65 0 0.12 0.65 0.27 48.5 0.48 0.49
Hex B9 A2 41 0 C 41 1B 30 30 31
Octal 271 242 101 0 14 101 33 60 60 61
Binary 10111001 10100010 1000001 0 1100 1000001 11011 110000 110000 110001

Color Harmonies of #B9A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A241

Black with #B9A241

Text Example


Text Example

White with #B9A241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A241; }

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

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

background-color css

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

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

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

border-color css

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

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

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