Html Css Color HEX #B9AC4D Brass

📋 copy color: '#B9AC4D'

red 185 ◦ green 172 ◦ blue 77

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

Shades of Brass #B9AC4D

Tints of Brass #B9AC4D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 42.63%
G = 39.63%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9AC4D (or 0xB9AC4D) is known color: Brass. HEX triplet: B9, AC and 4D. RGB value is (185,172,77). Sum of RGB (Red+Green+Blue) = 185+172+77=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC4D is #4653B2. Grayscale: #A5A5A5. Windows color (decimal): -4608947 or 5090489. OLE color: 5090489.

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

Color convert

RGB 185 172 77 -
CMYK 0 0.07 0.58 0.27
HSL 52.78º 0.44% 0.51% -
HSV(B) 52.78º 0.58% 0.73% -
XYZ 36.1 40.36 12.91 -
YUV 165.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 185 172 77 0 0.07 0.58 0.27 52.78 0.44 0.51
Hex B9 AC 4D 0 7 3A 1B 35 2C 33
Octal 271 254 115 0 7 72 33 65 54 63
Binary 10111001 10101100 1001101 0 111 111010 11011 110101 101100 110011

Color Harmonies of #B9AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC4D

Black with #B9AC4D

Text Example


Text Example

White with #B9AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC4D; }

 p { color: rgb(185,172,77); }

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

background-color css

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

 a { background-color: rgb(185,172,77); }

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

border-color css

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

 span { border-color: rgb(185,172,77); }

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