Html Css Color HEX #B9A63A Brass

📋 copy color: '#B9A63A'

red 185 ◦ green 166 ◦ blue 58

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

Shades of Brass #B9A63A

Tints of Brass #B9A63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 45.23%
G = 40.59%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9A63A (or 0xB9A63A) is known color: Brass. HEX triplet: B9, A6 and 3A. RGB value is (185,166,58). Sum of RGB (Red+Green+Blue) = 185+166+58=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A63A is #4659C5. Grayscale: #9F9F9F. Windows color (decimal): -4610502 or 3843769. OLE color: 3843769.

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

Color convert

RGB 185 166 58 -
CMYK 0 0.10 0.69 0.27
HSL 51.02º 0.52% 0.48% -
HSV(B) 51.02º 0.69% 0.73% -
XYZ 34.41 37.89 9.5 -
YUV 159.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 185 166 58 0 0.10 0.69 0.27 51.02 0.52 0.48
Hex B9 A6 3A 0 A 45 1B 33 34 30
Octal 271 246 72 0 12 105 33 63 64 60
Binary 10111001 10100110 111010 0 1010 1000101 11011 110011 110100 110000

Color Harmonies of #B9A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A63A

Black with #B9A63A

Text Example


Text Example

White with #B9A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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