Html Css Color HEX #B1AF41 Brass

📋 copy color: '#B1AF41'

red 177 ◦ green 175 ◦ blue 65

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

Shades of Brass #B1AF41

Tints of Brass #B1AF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 42.45%
G = 41.97%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1AF41 (or 0xB1AF41) is known color: Brass. HEX triplet: B1, AF and 41. RGB value is (177,175,65). Sum of RGB (Red+Green+Blue) = 177+175+65=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF41 is #4E50BE. Grayscale: #A3A3A3. Windows color (decimal): -5132479 or 4304817. OLE color: 4304817.

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

Color convert

RGB 177 175 65 -
CMYK 0 0.01 0.63 0.31
HSL 58.93º 0.46% 0.47% -
HSV(B) 58.93º 0.63% 0.69% -
XYZ 34.42 40.39 10.98 -
YUV 163.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 177 175 65 0 0.01 0.63 0.31 58.93 0.46 0.47
Hex B1 AF 41 0 1 3F 1F 3B 2E 2F
Octal 261 257 101 0 1 77 37 73 56 57
Binary 10110001 10101111 1000001 0 1 111111 11111 111011 101110 101111

Color Harmonies of #B1AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF41

Black with #B1AF41

Text Example


Text Example

White with #B1AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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