Html Css Color HEX #B9A93E Brass

📋 copy color: '#B9A93E'

red 185 ◦ green 169 ◦ blue 62

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

Shades of Brass #B9A93E

Tints of Brass #B9A93E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

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

R = 44.47%
G = 40.63%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9A93E (or 0xB9A93E) is known color: Brass. HEX triplet: B9, A9 and 3E. RGB value is (185,169,62). Sum of RGB (Red+Green+Blue) = 185+169+62=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A93E is #4656C1. Grayscale: #A2A2A2. Windows color (decimal): -4609730 or 4106681. OLE color: 4106681.

HSL color Cylindrical-coordinate representation of color #B9A93E: hue angle of 52.2º 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 #B9A93E is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 62 -
CMYK 0 0.09 0.66 0.27
HSL 52.2º 0.5% 0.48% -
HSV(B) 52.2º 0.66% 0.73% -
XYZ 35.07 39.04 10.24 -
YUV 161.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 185 169 62 0 0.09 0.66 0.27 52.2 0.5 0.48
Hex B9 A9 3E 0 9 42 1B 34 32 30
Octal 271 251 76 0 11 102 33 64 62 60
Binary 10111001 10101001 111110 0 1001 1000010 11011 110100 110010 110000

Color Harmonies of #B9A93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A93E

Black with #B9A93E

Text Example


Text Example

White with #B9A93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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