Html Css Color HEX #B1A432 Brass

📋 copy color: '#B1A432'

red 177 ◦ green 164 ◦ blue 50

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

Shades of Brass #B1A432

Tints of Brass #B1A432

RGB

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

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

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

R = 45.27%
G = 41.94%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1A432 (or 0xB1A432) is known color: Brass. HEX triplet: B1, A4 and 32. RGB value is (177,164,50). Sum of RGB (Red+Green+Blue) = 177+164+50=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A432 is #4E5BCD. Grayscale: #9B9B9B. Windows color (decimal): -5135310 or 3318961. OLE color: 3318961.

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

Color convert

RGB 177 164 50 -
CMYK 0 0.07 0.72 0.31
HSL 53.86º 0.56% 0.45% -
HSV(B) 53.86º 0.72% 0.69% -
XYZ 31.98 36.13 8.31 -
YUV 154.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 177 164 50 0 0.07 0.72 0.31 53.86 0.56 0.45
Hex B1 A4 32 0 7 48 1F 36 38 2D
Octal 261 244 62 0 7 110 37 66 70 55
Binary 10110001 10100100 110010 0 111 1001000 11111 110110 111000 101101

Color Harmonies of #B1A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A432

Black with #B1A432

Text Example


Text Example

White with #B1A432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A432; }

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

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

background-color css

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

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

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

border-color css

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

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

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