Html Css Color HEX #B9AB33 Brass

📋 copy color: '#B9AB33'

red 185 ◦ green 171 ◦ blue 51

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

Shades of Brass #B9AB33

Tints of Brass #B9AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.53%

R = 45.45%
G = 42.01%
B = 12.53%

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

#B9AB33 (or 0xB9AB33) is known color: Brass. HEX triplet: B9, AB and 33. RGB value is (185,171,51). Sum of RGB (Red+Green+Blue) = 185+171+51=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB33 is #4654CC. Grayscale: #A2A2A2. Windows color (decimal): -4609229 or 3386297. OLE color: 3386297.

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

Color convert

RGB 185 171 51 -
CMYK 0 0.08 0.72 0.27
HSL 53.73º 0.57% 0.46% -
HSV(B) 53.73º 0.72% 0.73% -
XYZ 35.17 39.68 8.94 -
YUV 161.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 185 171 51 0 0.08 0.72 0.27 53.73 0.57 0.46
Hex B9 AB 33 0 8 48 1B 36 39 2E
Octal 271 253 63 0 10 110 33 66 71 56
Binary 10111001 10101011 110011 0 1000 1001000 11011 110110 111001 101110

Color Harmonies of #B9AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB33

Black with #B9AB33

Text Example


Text Example

White with #B9AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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