Html Css Color HEX #B9B545 Brass

📋 copy color: '#B9B545'

red 185 ◦ green 181 ◦ blue 69

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

Shades of Brass #B9B545

Tints of Brass #B9B545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.61%

 BLUE value IS 69 (27.34% from 255) = 15.86%

R = 42.53%
G = 41.61%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9B545 (or 0xB9B545) is known color: Brass. HEX triplet: B9, B5 and 45. RGB value is (185,181,69). Sum of RGB (Red+Green+Blue) = 185+181+69=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B545 is #464ABA. Grayscale: #A9A9A9. Windows color (decimal): -4606651 or 4568505. OLE color: 4568505.

HSL color Cylindrical-coordinate representation of color #B9B545: hue angle of 57.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9B545 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 181 69 -
CMYK 0 0.02 0.63 0.27
HSL 57.93º 0.46% 0.5% -
HSV(B) 57.93º 0.63% 0.73% -
XYZ 37.61 43.79 12.1 -
YUV 169.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 185 181 69 0 0.02 0.63 0.27 57.93 0.46 0.5
Hex B9 B5 45 0 2 3F 1B 3A 2E 32
Octal 271 265 105 0 2 77 33 72 56 62
Binary 10111001 10110101 1000101 0 10 111111 11011 111010 101110 110010

Color Harmonies of #B9B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B545

Black with #B9B545

Text Example


Text Example

White with #B9B545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B545; }

 p { color: rgb(185,181,69); }

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

background-color css

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

 a { background-color: rgb(185,181,69); }

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

border-color css

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

 span { border-color: rgb(185,181,69); }

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