Html Css Color HEX #B9A634 Brass

📋 copy color: '#B9A634'

red 185 ◦ green 166 ◦ blue 52

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

Shades of Brass #B9A634

Tints of Brass #B9A634

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 45.91%
G = 41.19%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9A634 (or 0xB9A634) is known color: Brass. HEX triplet: B9, A6 and 34. RGB value is (185,166,52). Sum of RGB (Red+Green+Blue) = 185+166+52=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A634 is #4659CB. Grayscale: #9F9F9F. Windows color (decimal): -4610508 or 3450553. OLE color: 3450553.

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

Color convert

RGB 185 166 52 -
CMYK 0 0.10 0.72 0.27
HSL 51.43º 0.56% 0.46% -
HSV(B) 51.43º 0.72% 0.73% -
XYZ 34.26 37.83 8.75 -
YUV 158.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 185 166 52 0 0.10 0.72 0.27 51.43 0.56 0.46
Hex B9 A6 34 0 A 48 1B 33 38 2E
Octal 271 246 64 0 12 110 33 63 70 56
Binary 10111001 10100110 110100 0 1010 1001000 11011 110011 111000 101110

Color Harmonies of #B9A634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A634

Black with #B9A634

Text Example


Text Example

White with #B9A634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A634; }

 p { color: rgb(185,166,52); }

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

background-color css

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

 a { background-color: rgb(185,166,52); }

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

border-color css

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

 span { border-color: rgb(185,166,52); }

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