Html Css Color HEX #B1A332 Brass

📋 copy color: '#B1A332'

red 177 ◦ green 163 ◦ blue 50

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

Shades of Brass #B1A332

Tints of Brass #B1A332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 45.38%
G = 41.79%
B = 12.82%

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

#B1A332 (or 0xB1A332) is known color: Brass. HEX triplet: B1, A3 and 32. RGB value is (177,163,50). Sum of RGB (Red+Green+Blue) = 177+163+50=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A332 is #4E5CCD. Grayscale: #9A9A9A. Windows color (decimal): -5135566 or 3318705. OLE color: 3318705.

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

Color convert

RGB 177 163 50 -
CMYK 0 0.08 0.72 0.31
HSL 53.39º 0.56% 0.45% -
HSV(B) 53.39º 0.72% 0.69% -
XYZ 31.8 35.77 8.25 -
YUV 154.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 177 163 50 0 0.08 0.72 0.31 53.39 0.56 0.45
Hex B1 A3 32 0 8 48 1F 35 38 2D
Octal 261 243 62 0 10 110 37 65 70 55
Binary 10110001 10100011 110010 0 1000 1001000 11111 110101 111000 101101

Color Harmonies of #B1A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A332

Black with #B1A332

Text Example


Text Example

White with #B1A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A332; }

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

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

background-color css

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

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

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

border-color css

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

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

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