Html Css Color HEX #B9A53A Brass

📋 copy color: '#B9A53A'

red 185 ◦ green 165 ◦ blue 58

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

Shades of Brass #B9A53A

Tints of Brass #B9A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 45.34%
G = 40.44%
B = 14.22%

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

#B9A53A (or 0xB9A53A) is known color: Brass. HEX triplet: B9, A5 and 3A. RGB value is (185,165,58). Sum of RGB (Red+Green+Blue) = 185+165+58=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A53A is #465AC5. Grayscale: #9F9F9F. Windows color (decimal): -4610758 or 3843513. OLE color: 3843513.

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

Color convert

RGB 185 165 58 -
CMYK 0 0.11 0.69 0.27
HSL 50.55º 0.52% 0.48% -
HSV(B) 50.55º 0.69% 0.73% -
XYZ 34.23 37.53 9.44 -
YUV 158.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 185 165 58 0 0.11 0.69 0.27 50.55 0.52 0.48
Hex B9 A5 3A 0 B 45 1B 33 34 30
Octal 271 245 72 0 13 105 33 63 64 60
Binary 10111001 10100101 111010 0 1011 1000101 11011 110011 110100 110000

Color Harmonies of #B9A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A53A

Black with #B9A53A

Text Example


Text Example

White with #B9A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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