Html Css Color HEX #B9A64B Brass

📋 copy color: '#B9A64B'

red 185 ◦ green 166 ◦ blue 75

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

Shades of Brass #B9A64B

Tints of Brass #B9A64B

RGB

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

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

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

R = 43.43%
G = 38.97%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9A64B (or 0xB9A64B) is known color: Brass. HEX triplet: B9, A6 and 4B. RGB value is (185,166,75). Sum of RGB (Red+Green+Blue) = 185+166+75=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A64B is #4659B4. Grayscale: #A1A1A1. Windows color (decimal): -4610485 or 4957881. OLE color: 4957881.

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

Color convert

RGB 185 166 75 -
CMYK 0 0.10 0.59 0.27
HSL 49.64º 0.44% 0.51% -
HSV(B) 49.64º 0.59% 0.73% -
XYZ 34.91 38.09 12.17 -
YUV 161.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 185 166 75 0 0.10 0.59 0.27 49.64 0.44 0.51
Hex B9 A6 4B 0 A 3B 1B 32 2C 33
Octal 271 246 113 0 12 73 33 62 54 63
Binary 10111001 10100110 1001011 0 1010 111011 11011 110010 101100 110011

Color Harmonies of #B9A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A64B

Black with #B9A64B

Text Example


Text Example

White with #B9A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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