Html Css Color HEX #B1A441 Brass

📋 copy color: '#B1A441'

red 177 ◦ green 164 ◦ blue 65

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

Shades of Brass #B1A441

Tints of Brass #B1A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 43.6%
G = 40.39%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1A441 (or 0xB1A441) is known color: Brass. HEX triplet: B1, A4 and 41. RGB value is (177,164,65). Sum of RGB (Red+Green+Blue) = 177+164+65=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A441 is #4E5BBE. Grayscale: #9D9D9D. Windows color (decimal): -5135295 or 4302001. OLE color: 4302001.

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

Color convert

RGB 177 164 65 -
CMYK 0 0.07 0.63 0.31
HSL 53.04º 0.46% 0.47% -
HSV(B) 53.04º 0.63% 0.69% -
XYZ 32.36 36.28 10.3 -
YUV 156.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 177 164 65 0 0.07 0.63 0.31 53.04 0.46 0.47
Hex B1 A4 41 0 7 3F 1F 35 2E 2F
Octal 261 244 101 0 7 77 37 65 56 57
Binary 10110001 10100100 1000001 0 111 111111 11111 110101 101110 101111

Color Harmonies of #B1A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A441

Black with #B1A441

Text Example


Text Example

White with #B1A441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A441; }

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

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

background-color css

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

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

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

border-color css

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

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

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