Html Css Color HEX #B1A54A Brass

📋 copy color: '#B1A54A'

red 177 ◦ green 165 ◦ blue 74

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

Shades of Brass #B1A54A

Tints of Brass #B1A54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 42.55%
G = 39.66%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1A54A (or 0xB1A54A) is known color: Brass. HEX triplet: B1, A5 and 4A. RGB value is (177,165,74). Sum of RGB (Red+Green+Blue) = 177+165+74=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A54A is #4E5AB5. Grayscale: #9E9E9E. Windows color (decimal): -5135030 or 4892081. OLE color: 4892081.

HSL color Cylindrical-coordinate representation of color #B1A54A: hue angle of 53.01º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1A54A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 74 -
CMYK 0 0.07 0.58 0.31
HSL 53.01º 0.41% 0.49% -
HSV(B) 53.01º 0.58% 0.69% -
XYZ 32.82 36.75 11.84 -
YUV 158.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 177 165 74 0 0.07 0.58 0.31 53.01 0.41 0.49
Hex B1 A5 4A 0 7 3A 1F 35 29 31
Octal 261 245 112 0 7 72 37 65 51 61
Binary 10110001 10100101 1001010 0 111 111010 11111 110101 101001 110001

Color Harmonies of #B1A54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A54A

Black with #B1A54A

Text Example


Text Example

White with #B1A54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A54A; }

 p { color: rgb(177,165,74); }

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

background-color css

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

 a { background-color: rgb(177,165,74); }

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

border-color css

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

 span { border-color: rgb(177,165,74); }

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