Html Css Color HEX #B9AA35 Brass

📋 copy color: '#B9AA35'

red 185 ◦ green 170 ◦ blue 53

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

Shades of Brass #B9AA35

Tints of Brass #B9AA35

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

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

R = 45.34%
G = 41.67%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9AA35 (or 0xB9AA35) is known color: Brass. HEX triplet: B9, AA and 35. RGB value is (185,170,53). Sum of RGB (Red+Green+Blue) = 185+170+53=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA35 is #4655CA. Grayscale: #A1A1A1. Windows color (decimal): -4609483 or 3517113. OLE color: 3517113.

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

Color convert

RGB 185 170 53 -
CMYK 0 0.08 0.71 0.27
HSL 53.18º 0.55% 0.47% -
HSV(B) 53.18º 0.71% 0.73% -
XYZ 35.02 39.32 9.11 -
YUV 161.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 185 170 53 0 0.08 0.71 0.27 53.18 0.55 0.47
Hex B9 AA 35 0 8 47 1B 35 37 2F
Octal 271 252 65 0 10 107 33 65 67 57
Binary 10111001 10101010 110101 0 1000 1000111 11011 110101 110111 101111

Color Harmonies of #B9AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA35

Black with #B9AA35

Text Example


Text Example

White with #B9AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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