Html Css Color HEX #B9AF4D Brass

📋 copy color: '#B9AF4D'

red 185 ◦ green 175 ◦ blue 77

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

Shades of Brass #B9AF4D

Tints of Brass #B9AF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

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

R = 42.33%
G = 40.05%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9AF4D (or 0xB9AF4D) is known color: Brass. HEX triplet: B9, AF and 4D. RGB value is (185,175,77). Sum of RGB (Red+Green+Blue) = 185+175+77=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF4D is #4650B2. Grayscale: #A7A7A7. Windows color (decimal): -4608179 or 5091257. OLE color: 5091257.

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

Color convert

RGB 185 175 77 -
CMYK 0 0.05 0.58 0.27
HSL 54.44º 0.44% 0.51% -
HSV(B) 54.44º 0.58% 0.73% -
XYZ 36.68 41.51 13.1 -
YUV 166.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 185 175 77 0 0.05 0.58 0.27 54.44 0.44 0.51
Hex B9 AF 4D 0 5 3A 1B 36 2C 33
Octal 271 257 115 0 5 72 33 66 54 63
Binary 10111001 10101111 1001101 0 101 111010 11011 110110 101100 110011

Color Harmonies of #B9AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF4D

Black with #B9AF4D

Text Example


Text Example

White with #B9AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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