Html Css Color HEX #B9A535 Brass

📋 copy color: '#B9A535'

red 185 ◦ green 165 ◦ blue 53

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

Shades of Brass #B9A535

Tints of Brass #B9A535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 45.91%
G = 40.94%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9A535 (or 0xB9A535) is known color: Brass. HEX triplet: B9, A5 and 35. RGB value is (185,165,53). Sum of RGB (Red+Green+Blue) = 185+165+53=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A535 is #465ACA. Grayscale: #9E9E9E. Windows color (decimal): -4610763 or 3515833. OLE color: 3515833.

HSL color Cylindrical-coordinate representation of color #B9A535: hue angle of 50.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9A535 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 53 -
CMYK 0 0.11 0.71 0.27
HSL 50.91º 0.55% 0.47% -
HSV(B) 50.91º 0.71% 0.73% -
XYZ 34.11 37.48 8.81 -
YUV 158.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 185 165 53 0 0.11 0.71 0.27 50.91 0.55 0.47
Hex B9 A5 35 0 B 47 1B 33 37 2F
Octal 271 245 65 0 13 107 33 63 67 57
Binary 10111001 10100101 110101 0 1011 1000111 11011 110011 110111 101111

Color Harmonies of #B9A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A535

Black with #B9A535

Text Example


Text Example

White with #B9A535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A535; }

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

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

background-color css

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

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

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

border-color css

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

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

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