Html Css Color HEX #B9A34B Brass

📋 copy color: '#B9A34B'

red 185 ◦ green 163 ◦ blue 75

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

Shades of Brass #B9A34B

Tints of Brass #B9A34B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 43.74%
G = 38.53%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9A34B (or 0xB9A34B) is known color: Brass. HEX triplet: B9, A3 and 4B. RGB value is (185,163,75). Sum of RGB (Red+Green+Blue) = 185+163+75=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A34B is #465CB4. Grayscale: #9F9F9F. Windows color (decimal): -4611253 or 4957113. OLE color: 4957113.

HSL color Cylindrical-coordinate representation of color #B9A34B: hue angle of 48º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A34B is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 75 -
CMYK 0 0.12 0.59 0.27
HSL 48º 0.44% 0.51% -
HSV(B) 48º 0.59% 0.73% -
XYZ 34.37 37.02 11.99 -
YUV 159.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 185 163 75 0 0.12 0.59 0.27 48 0.44 0.51
Hex B9 A3 4B 0 C 3B 1B 30 2C 33
Octal 271 243 113 0 14 73 33 60 54 63
Binary 10111001 10100011 1001011 0 1100 111011 11011 110000 101100 110011

Color Harmonies of #B9A34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A34B

Black with #B9A34B

Text Example


Text Example

White with #B9A34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A34B; }

 p { color: rgb(185,163,75); }

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

background-color css

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

 a { background-color: rgb(185,163,75); }

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

border-color css

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

 span { border-color: rgb(185,163,75); }

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