Html Css Color HEX #B9B541 Brass

📋 copy color: '#B9B541'

red 185 ◦ green 181 ◦ blue 65

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

Shades of Brass #B9B541

Tints of Brass #B9B541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 42.92%
G = 42%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B9B541 (or 0xB9B541) is known color: Brass. HEX triplet: B9, B5 and 41. RGB value is (185,181,65). Sum of RGB (Red+Green+Blue) = 185+181+65=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B541 is #464ABE. Grayscale: #A9A9A9. Windows color (decimal): -4606655 or 4306361. OLE color: 4306361.

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

Color convert

RGB 185 181 65 -
CMYK 0 0.02 0.65 0.27
HSL 58º 0.48% 0.49% -
HSV(B) 58º 0.65% 0.73% -
XYZ 37.49 43.74 11.47 -
YUV 168.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 185 181 65 0 0.02 0.65 0.27 58 0.48 0.49
Hex B9 B5 41 0 2 41 1B 3A 30 31
Octal 271 265 101 0 2 101 33 72 60 61
Binary 10111001 10110101 1000001 0 10 1000001 11011 111010 110000 110001

Color Harmonies of #B9B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B541

Black with #B9B541

Text Example


Text Example

White with #B9B541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B541; }

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

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

background-color css

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

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

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

border-color css

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

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

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