Html Css Color HEX #B9AC3E Brass

📋 copy color: '#B9AC3E'

red 185 ◦ green 172 ◦ blue 62

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

Shades of Brass #B9AC3E

Tints of Brass #B9AC3E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 44.15%
G = 41.05%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9AC3E (or 0xB9AC3E) is known color: Brass. HEX triplet: B9, AC and 3E. RGB value is (185,172,62). Sum of RGB (Red+Green+Blue) = 185+172+62=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC3E is #4653C1. Grayscale: #A3A3A3. Windows color (decimal): -4608962 or 4107449. OLE color: 4107449.

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

Color convert

RGB 185 172 62 -
CMYK 0 0.07 0.66 0.27
HSL 53.66º 0.5% 0.48% -
HSV(B) 53.66º 0.66% 0.73% -
XYZ 35.63 40.17 10.43 -
YUV 163.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 185 172 62 0 0.07 0.66 0.27 53.66 0.5 0.48
Hex B9 AC 3E 0 7 42 1B 36 32 30
Octal 271 254 76 0 7 102 33 66 62 60
Binary 10111001 10101100 111110 0 111 1000010 11011 110110 110010 110000

Color Harmonies of #B9AC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC3E

Black with #B9AC3E

Text Example


Text Example

White with #B9AC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC3E; }

 p { color: rgb(185,172,62); }

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

background-color css

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

 a { background-color: rgb(185,172,62); }

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

border-color css

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

 span { border-color: rgb(185,172,62); }

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