Html Css Color HEX #B1A232 Brass

📋 copy color: '#B1A232'

red 177 ◦ green 162 ◦ blue 50

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

Shades of Brass #B1A232

Tints of Brass #B1A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

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

R = 45.5%
G = 41.65%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1A232 (or 0xB1A232) is known color: Brass. HEX triplet: B1, A2 and 32. RGB value is (177,162,50). Sum of RGB (Red+Green+Blue) = 177+162+50=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A232 is #4E5DCD. Grayscale: #9A9A9A. Windows color (decimal): -5135822 or 3318449. OLE color: 3318449.

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

Color convert

RGB 177 162 50 -
CMYK 0 0.08 0.72 0.31
HSL 52.91º 0.56% 0.45% -
HSV(B) 52.91º 0.72% 0.69% -
XYZ 31.63 35.42 8.19 -
YUV 153.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 177 162 50 0 0.08 0.72 0.31 52.91 0.56 0.45
Hex B1 A2 32 0 8 48 1F 35 38 2D
Octal 261 242 62 0 10 110 37 65 70 55
Binary 10110001 10100010 110010 0 1000 1001000 11111 110101 111000 101101

Color Harmonies of #B1A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A232

Black with #B1A232

Text Example


Text Example

White with #B1A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A232; }

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

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

background-color css

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

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

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

border-color css

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

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

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