Html Css Color HEX #B1AF3F Brass

📋 copy color: '#B1AF3F'

red 177 ◦ green 175 ◦ blue 63

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

Shades of Brass #B1AF3F

Tints of Brass #B1AF3F

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

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

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

R = 42.65%
G = 42.17%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1AF3F (or 0xB1AF3F) is known color: Brass. HEX triplet: B1, AF and 3F. RGB value is (177,175,63). Sum of RGB (Red+Green+Blue) = 177+175+63=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF3F is #4E50C0. Grayscale: #A3A3A3. Windows color (decimal): -5132481 or 4173745. OLE color: 4173745.

HSL color Cylindrical-coordinate representation of color #B1AF3F: hue angle of 58.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1AF3F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 175 63 -
CMYK 0 0.01 0.64 0.31
HSL 58.95º 0.48% 0.47% -
HSV(B) 58.95º 0.64% 0.69% -
XYZ 34.36 40.37 10.68 -
YUV 162.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 177 175 63 0 0.01 0.64 0.31 58.95 0.48 0.47
Hex B1 AF 3F 0 1 40 1F 3B 30 2F
Octal 261 257 77 0 1 100 37 73 60 57
Binary 10110001 10101111 111111 0 1 1000000 11111 111011 110000 101111

Color Harmonies of #B1AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF3F

Black with #B1AF3F

Text Example


Text Example

White with #B1AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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