Html Css Color HEX #B1A650 Brass

📋 copy color: '#B1A650'

red 177 ◦ green 166 ◦ blue 80

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

Shades of Brass #B1A650

Tints of Brass #B1A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 41.84%
G = 39.24%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1A650 (or 0xB1A650) is known color: Brass. HEX triplet: B1, A6 and 50. RGB value is (177,166,80). Sum of RGB (Red+Green+Blue) = 177+166+80=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A650 is #4E59AF. Grayscale: #9F9F9F. Windows color (decimal): -5134768 or 5285553. OLE color: 5285553.

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

Color convert

RGB 177 166 80 -
CMYK 0 0.06 0.55 0.31
HSL 53.2º 0.38% 0.5% -
HSV(B) 53.2º 0.55% 0.69% -
XYZ 33.22 37.2 13.02 -
YUV 159.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 177 166 80 0 0.06 0.55 0.31 53.2 0.38 0.5
Hex B1 A6 50 0 6 37 1F 35 26 32
Octal 261 246 120 0 6 67 37 65 46 62
Binary 10110001 10100110 1010000 0 110 110111 11111 110101 100110 110010

Color Harmonies of #B1A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A650

Black with #B1A650

Text Example


Text Example

White with #B1A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A650; }

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

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

background-color css

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

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

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

border-color css

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

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

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