Html Css Color HEX #B1A941 Brass

📋 copy color: '#B1A941'

red 177 ◦ green 169 ◦ blue 65

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

Shades of Brass #B1A941

Tints of Brass #B1A941

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 43.07%
G = 41.12%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1A941 (or 0xB1A941) is known color: Brass. HEX triplet: B1, A9 and 41. RGB value is (177,169,65). Sum of RGB (Red+Green+Blue) = 177+169+65=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A941 is #4E56BE. Grayscale: #9F9F9F. Windows color (decimal): -5134015 or 4303281. OLE color: 4303281.

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

Color convert

RGB 177 169 65 -
CMYK 0 0.05 0.63 0.31
HSL 55.71º 0.46% 0.47% -
HSV(B) 55.71º 0.63% 0.69% -
XYZ 33.27 38.1 10.6 -
YUV 159.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 177 169 65 0 0.05 0.63 0.31 55.71 0.46 0.47
Hex B1 A9 41 0 5 3F 1F 38 2E 2F
Octal 261 251 101 0 5 77 37 70 56 57
Binary 10110001 10101001 1000001 0 101 111111 11111 111000 101110 101111

Color Harmonies of #B1A941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A941

Black with #B1A941

Text Example


Text Example

White with #B1A941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A941; }

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

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

background-color css

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

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

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

border-color css

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

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

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