Html Css Color HEX #B9B539 Brass

📋 copy color: '#B9B539'

red 185 ◦ green 181 ◦ blue 57

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

Shades of Brass #B9B539

Tints of Brass #B9B539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.48%

R = 43.74%
G = 42.79%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9B539 (or 0xB9B539) is known color: Brass. HEX triplet: B9, B5 and 39. RGB value is (185,181,57). Sum of RGB (Red+Green+Blue) = 185+181+57=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B539 is #464AC6. Grayscale: #A8A8A8. Windows color (decimal): -4606663 or 3782073. OLE color: 3782073.

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

Color convert

RGB 185 181 57 -
CMYK 0 0.02 0.69 0.27
HSL 58.13º 0.53% 0.47% -
HSV(B) 58.13º 0.69% 0.73% -
XYZ 37.27 43.66 10.33 -
YUV 168.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 185 181 57 0 0.02 0.69 0.27 58.13 0.53 0.47
Hex B9 B5 39 0 2 45 1B 3A 35 2F
Octal 271 265 71 0 2 105 33 72 65 57
Binary 10111001 10110101 111001 0 10 1000101 11011 111010 110101 101111

Color Harmonies of #B9B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B539

Black with #B9B539

Text Example


Text Example

White with #B9B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B539; }

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

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

background-color css

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

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

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

border-color css

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

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

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