Html Css Color HEX #B9A54B Brass

📋 copy color: '#B9A54B'

red 185 ◦ green 165 ◦ blue 75

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

Shades of Brass #B9A54B

Tints of Brass #B9A54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 43.53%
G = 38.82%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9A54B (or 0xB9A54B) is known color: Brass. HEX triplet: B9, A5 and 4B. RGB value is (185,165,75). Sum of RGB (Red+Green+Blue) = 185+165+75=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A54B is #465AB4. Grayscale: #A1A1A1. Windows color (decimal): -4610741 or 4957625. OLE color: 4957625.

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

Color convert

RGB 185 165 75 -
CMYK 0 0.11 0.59 0.27
HSL 49.09º 0.44% 0.51% -
HSV(B) 49.09º 0.59% 0.73% -
XYZ 34.73 37.73 12.11 -
YUV 160.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 185 165 75 0 0.11 0.59 0.27 49.09 0.44 0.51
Hex B9 A5 4B 0 B 3B 1B 31 2C 33
Octal 271 245 113 0 13 73 33 61 54 63
Binary 10111001 10100101 1001011 0 1011 111011 11011 110001 101100 110011

Color Harmonies of #B9A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A54B

Black with #B9A54B

Text Example


Text Example

White with #B9A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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