Html Css Color HEX #B9AB34 Brass

📋 copy color: '#B9AB34'

red 185 ◦ green 171 ◦ blue 52

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

Shades of Brass #B9AB34

Tints of Brass #B9AB34

RGB

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

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

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

R = 45.34%
G = 41.91%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9AB34 (or 0xB9AB34) is known color: Brass. HEX triplet: B9, AB and 34. RGB value is (185,171,52). Sum of RGB (Red+Green+Blue) = 185+171+52=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB34 is #4654CB. Grayscale: #A2A2A2. Windows color (decimal): -4609228 or 3451833. OLE color: 3451833.

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

Color convert

RGB 185 171 52 -
CMYK 0 0.08 0.72 0.27
HSL 53.68º 0.56% 0.46% -
HSV(B) 53.68º 0.72% 0.73% -
XYZ 35.19 39.69 9.05 -
YUV 161.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 185 171 52 0 0.08 0.72 0.27 53.68 0.56 0.46
Hex B9 AB 34 0 8 48 1B 36 38 2E
Octal 271 253 64 0 10 110 33 66 70 56
Binary 10111001 10101011 110100 0 1000 1001000 11011 110110 111000 101110

Color Harmonies of #B9AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB34

Black with #B9AB34

Text Example


Text Example

White with #B9AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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