Html Css Color HEX #B1A932 Brass

📋 copy color: '#B1A932'

red 177 ◦ green 169 ◦ blue 50

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

Shades of Brass #B1A932

Tints of Brass #B1A932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 44.7%
G = 42.68%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1A932 (or 0xB1A932) is known color: Brass. HEX triplet: B1, A9 and 32. RGB value is (177,169,50). Sum of RGB (Red+Green+Blue) = 177+169+50=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A932 is #4E56CD. Grayscale: #9E9E9E. Windows color (decimal): -5134030 or 3320241. OLE color: 3320241.

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

Color convert

RGB 177 169 50 -
CMYK 0 0.05 0.72 0.31
HSL 56.22º 0.56% 0.45% -
HSV(B) 56.22º 0.72% 0.69% -
XYZ 32.9 37.95 8.61 -
YUV 157.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 177 169 50 0 0.05 0.72 0.31 56.22 0.56 0.45
Hex B1 A9 32 0 5 48 1F 38 38 2D
Octal 261 251 62 0 5 110 37 70 70 55
Binary 10110001 10101001 110010 0 101 1001000 11111 111000 111000 101101

Color Harmonies of #B1A932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A932

Black with #B1A932

Text Example


Text Example

White with #B1A932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A932; }

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

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

background-color css

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

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

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

border-color css

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

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

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