Html Css Color HEX #B9A43A Brass

📋 copy color: '#B9A43A'

red 185 ◦ green 164 ◦ blue 58

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

Shades of Brass #B9A43A

Tints of Brass #B9A43A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

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

R = 45.45%
G = 40.29%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9A43A (or 0xB9A43A) is known color: Brass. HEX triplet: B9, A4 and 3A. RGB value is (185,164,58). Sum of RGB (Red+Green+Blue) = 185+164+58=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A43A is #465BC5. Grayscale: #9E9E9E. Windows color (decimal): -4611014 or 3843257. OLE color: 3843257.

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

Color convert

RGB 185 164 58 -
CMYK 0 0.11 0.69 0.27
HSL 50.08º 0.52% 0.48% -
HSV(B) 50.08º 0.69% 0.73% -
XYZ 34.05 37.17 9.38 -
YUV 158.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 185 164 58 0 0.11 0.69 0.27 50.08 0.52 0.48
Hex B9 A4 3A 0 B 45 1B 32 34 30
Octal 271 244 72 0 13 105 33 62 64 60
Binary 10111001 10100100 111010 0 1011 1000101 11011 110010 110100 110000

Color Harmonies of #B9A43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A43A

Black with #B9A43A

Text Example


Text Example

White with #B9A43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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