Html Css Color HEX #B9A433 Brass

📋 copy color: '#B9A433'

red 185 ◦ green 164 ◦ blue 51

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

Shades of Brass #B9A433

Tints of Brass #B9A433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

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

R = 46.25%
G = 41%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9A433 (or 0xB9A433) is known color: Brass. HEX triplet: B9, A4 and 33. RGB value is (185,164,51). Sum of RGB (Red+Green+Blue) = 185+164+51=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A433 is #465BCC. Grayscale: #9D9D9D. Windows color (decimal): -4611021 or 3384505. OLE color: 3384505.

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

Color convert

RGB 185 164 51 -
CMYK 0 0.11 0.72 0.27
HSL 50.6º 0.57% 0.46% -
HSV(B) 50.6º 0.72% 0.73% -
XYZ 33.88 37.1 8.51 -
YUV 157.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 185 164 51 0 0.11 0.72 0.27 50.6 0.57 0.46
Hex B9 A4 33 0 B 48 1B 33 39 2E
Octal 271 244 63 0 13 110 33 63 71 56
Binary 10111001 10100100 110011 0 1011 1001000 11011 110011 111001 101110

Color Harmonies of #B9A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A433

Black with #B9A433

Text Example


Text Example

White with #B9A433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A433; }

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

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

background-color css

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

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

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

border-color css

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

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

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