Html Css Color HEX #B9AF3F Brass

📋 copy color: '#B9AF3F'

red 185 ◦ green 175 ◦ blue 63

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

Shades of Brass #B9AF3F

Tints of Brass #B9AF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.89%

R = 43.74%
G = 41.37%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9AF3F (or 0xB9AF3F) is known color: Brass. HEX triplet: B9, AF and 3F. RGB value is (185,175,63). Sum of RGB (Red+Green+Blue) = 185+175+63=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF3F is #4650C0. Grayscale: #A5A5A5. Windows color (decimal): -4608193 or 4173753. OLE color: 4173753.

HSL color Cylindrical-coordinate representation of color #B9AF3F: hue angle of 55.08º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9AF3F is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 63 -
CMYK 0 0.05 0.66 0.27
HSL 55.08º 0.49% 0.49% -
HSV(B) 55.08º 0.66% 0.73% -
XYZ 36.23 41.33 10.77 -
YUV 165.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 185 175 63 0 0.05 0.66 0.27 55.08 0.49 0.49
Hex B9 AF 3F 0 5 42 1B 37 31 31
Octal 271 257 77 0 5 102 33 67 61 61
Binary 10111001 10101111 111111 0 101 1000010 11011 110111 110001 110001

Color Harmonies of #B9AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF3F

Black with #B9AF3F

Text Example


Text Example

White with #B9AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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