Html Css Color HEX #B1A950 Brass

📋 copy color: '#B1A950'

red 177 ◦ green 169 ◦ blue 80

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

Shades of Brass #B1A950

Tints of Brass #B1A950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 41.55%
G = 39.67%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1A950 (or 0xB1A950) is known color: Brass. HEX triplet: B1, A9 and 50. RGB value is (177,169,80). Sum of RGB (Red+Green+Blue) = 177+169+80=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A950 is #4E56AF. Grayscale: #A1A1A1. Windows color (decimal): -5134000 or 5286321. OLE color: 5286321.

HSL color Cylindrical-coordinate representation of color #B1A950: hue angle of 55.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A950 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 169 80 -
CMYK 0 0.05 0.55 0.31
HSL 55.05º 0.38% 0.5% -
HSV(B) 55.05º 0.55% 0.69% -
XYZ 33.77 38.3 13.2 -
YUV 161.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 177 169 80 0 0.05 0.55 0.31 55.05 0.38 0.5
Hex B1 A9 50 0 5 37 1F 37 26 32
Octal 261 251 120 0 5 67 37 67 46 62
Binary 10110001 10101001 1010000 0 101 110111 11111 110111 100110 110010

Color Harmonies of #B1A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A950

Black with #B1A950

Text Example


Text Example

White with #B1A950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A950; }

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

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

background-color css

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

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

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

border-color css

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

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

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