Html Css Color HEX #B1AC32 Brass

📋 copy color: '#B1AC32'

red 177 ◦ green 172 ◦ blue 50

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

Shades of Brass #B1AC32

Tints of Brass #B1AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 44.36%
G = 43.11%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1AC32 (or 0xB1AC32) is known color: Brass. HEX triplet: B1, AC and 32. RGB value is (177,172,50). Sum of RGB (Red+Green+Blue) = 177+172+50=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC32 is #4E53CD. Grayscale: #A0A0A0. Windows color (decimal): -5133262 or 3321009. OLE color: 3321009.

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

Color convert

RGB 177 172 50 -
CMYK 0 0.03 0.72 0.31
HSL 57.64º 0.56% 0.45% -
HSV(B) 57.64º 0.72% 0.69% -
XYZ 33.46 39.08 8.8 -
YUV 159.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 177 172 50 0 0.03 0.72 0.31 57.64 0.56 0.45
Hex B1 AC 32 0 3 48 1F 3A 38 2D
Octal 261 254 62 0 3 110 37 72 70 55
Binary 10110001 10101100 110010 0 11 1001000 11111 111010 111000 101101

Color Harmonies of #B1AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC32

Black with #B1AC32

Text Example


Text Example

White with #B1AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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