Html Css Color HEX #B9AB3E Brass

📋 copy color: '#B9AB3E'

red 185 ◦ green 171 ◦ blue 62

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

Shades of Brass #B9AB3E

Tints of Brass #B9AB3E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 44.26%
G = 40.91%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9AB3E (or 0xB9AB3E) is known color: Brass. HEX triplet: B9, AB and 3E. RGB value is (185,171,62). Sum of RGB (Red+Green+Blue) = 185+171+62=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB3E is #4654C1. Grayscale: #A3A3A3. Windows color (decimal): -4609218 or 4107193. OLE color: 4107193.

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

Color convert

RGB 185 171 62 -
CMYK 0 0.08 0.66 0.27
HSL 53.17º 0.5% 0.48% -
HSV(B) 53.17º 0.66% 0.73% -
XYZ 35.44 39.79 10.37 -
YUV 162.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 185 171 62 0 0.08 0.66 0.27 53.17 0.5 0.48
Hex B9 AB 3E 0 8 42 1B 35 32 30
Octal 271 253 76 0 10 102 33 65 62 60
Binary 10111001 10101011 111110 0 1000 1000010 11011 110101 110010 110000

Color Harmonies of #B9AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB3E

Black with #B9AB3E

Text Example


Text Example

White with #B9AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB3E; }

 p { color: rgb(185,171,62); }

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

background-color css

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

 a { background-color: rgb(185,171,62); }

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

border-color css

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

 span { border-color: rgb(185,171,62); }

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