Html Css Color HEX #B1A450 Brass

📋 copy color: '#B1A450'

red 177 ◦ green 164 ◦ blue 80

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

Shades of Brass #B1A450

Tints of Brass #B1A450

RGB

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

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

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

R = 42.04%
G = 38.95%
B = 19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1A450 (or 0xB1A450) is known color: Brass. HEX triplet: B1, A4 and 50. RGB value is (177,164,80). Sum of RGB (Red+Green+Blue) = 177+164+80=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A450 is #4E5BAF. Grayscale: #9E9E9E. Windows color (decimal): -5135280 or 5285041. OLE color: 5285041.

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

Color convert

RGB 177 164 80 -
CMYK 0 0.07 0.55 0.31
HSL 51.96º 0.38% 0.5% -
HSV(B) 51.96º 0.55% 0.69% -
XYZ 32.85 36.48 12.9 -
YUV 158.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 177 164 80 0 0.07 0.55 0.31 51.96 0.38 0.5
Hex B1 A4 50 0 7 37 1F 34 26 32
Octal 261 244 120 0 7 67 37 64 46 62
Binary 10110001 10100100 1010000 0 111 110111 11111 110100 100110 110010

Color Harmonies of #B1A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A450

Black with #B1A450

Text Example


Text Example

White with #B1A450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A450; }

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

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

background-color css

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

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

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

border-color css

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

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

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