Html Css Color HEX #B9AC3A Brass

📋 copy color: '#B9AC3A'

red 185 ◦ green 172 ◦ blue 58

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

Shades of Brass #B9AC3A

Tints of Brass #B9AC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.98%

R = 44.58%
G = 41.45%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9AC3A (or 0xB9AC3A) is known color: Brass. HEX triplet: B9, AC and 3A. RGB value is (185,172,58). Sum of RGB (Red+Green+Blue) = 185+172+58=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC3A is #4653C5. Grayscale: #A3A3A3. Windows color (decimal): -4608966 or 3845305. OLE color: 3845305.

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

Color convert

RGB 185 172 58 -
CMYK 0 0.07 0.69 0.27
HSL 53.86º 0.52% 0.48% -
HSV(B) 53.86º 0.69% 0.73% -
XYZ 35.52 40.12 9.88 -
YUV 162.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 185 172 58 0 0.07 0.69 0.27 53.86 0.52 0.48
Hex B9 AC 3A 0 7 45 1B 36 34 30
Octal 271 254 72 0 7 105 33 66 64 60
Binary 10111001 10101100 111010 0 111 1000101 11011 110110 110100 110000

Color Harmonies of #B9AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC3A

Black with #B9AC3A

Text Example


Text Example

White with #B9AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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